chromium/components/autofill/core/common/unique_ids.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace autofill