chromium/components/autofill/core/browser/data_model/payments_metadata.cc

// Copyright 2018 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/browser/data_model/payments_metadata.h"

#include <ostream>

#include "components/autofill/core/browser/data_model/autofill_data_model.h"
#include "components/autofill/core/common/autofill_clock.h"
#include "components/autofill/core/common/autofill_constants.h"

namespace autofill {

PaymentsMetadata::PaymentsMetadata(const AutofillDataModel& model)
    :{}

bool PaymentsMetadata::IsDeletable() const {}

std::ostream& operator<<(std::ostream& os, const PaymentsMetadata& metadata) {}

}  // namespace autofill