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

// 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.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_PAYMENTS_DATA_CLEANER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_PAYMENTS_DATA_CLEANER_H_

#include "base/memory/raw_ptr.h"

namespace autofill {

class PaymentsDataManager;

// PaymentsDataCleaner is responsible for applying credit card cleanups once on
// browser startup.
class PaymentsDataCleaner {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_PAYMENTS_DATA_CLEANER_H_