chromium/components/autofill/core/browser/payments/payments_data_cleaner.cc

// Copyright 2024 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/payments/payments_data_cleaner.h"

#include "components/autofill/core/browser/metrics/autofill_metrics.h"
#include "components/autofill/core/browser/payments_data_manager.h"
#include "components/autofill/core/common/autofill_constants.h"

namespace autofill {

PaymentsDataCleaner::PaymentsDataCleaner(
    PaymentsDataManager* payments_data_manager)
    :{}

PaymentsDataCleaner::~PaymentsDataCleaner() = default;

void PaymentsDataCleaner::CleanupPaymentsData() {}

void PaymentsDataCleaner::ClearCreditCardNonSettingsOrigins() {}

bool PaymentsDataCleaner::DeleteDisusedCreditCards() {}

}  // namespace autofill