#include "components/autofill/core/common/unique_ids.h"
#include "components/autofill/core/common/logging/log_buffer.h"
namespace autofill {
std::ostream& operator<<(std::ostream& os, const FormRendererId& form) { … }
std::ostream& operator<<(std::ostream& os, const FieldRendererId& field) { … }
std::ostream& operator<<(std::ostream& os, const FormGlobalId& form) { … }
std::ostream& operator<<(std::ostream& os, const FieldGlobalId& field) { … }
LogBuffer& operator<<(LogBuffer& buffer, const FormRendererId& form) { … }
LogBuffer& operator<<(LogBuffer& buffer, const FieldRendererId& field) { … }
LogBuffer& operator<<(LogBuffer& buffer, const FormGlobalId& form) { … }
LogBuffer& operator<<(LogBuffer& buffer, const FieldGlobalId& field) { … }
}