chromium/components/autofill/core/browser/ui/payments/payments_window_user_consent_dialog_controller.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_UI_PAYMENTS_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_CONTROLLER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_CONTROLLER_H_

#include <string>

#include "components/autofill/core/browser/metrics/payments/payments_window_metrics.h"

namespace autofill::payments {

// Interface for the controller that handles functionality related to the user
// consent dialog in a payments window pop-up flow.
class PaymentsWindowUserConsentDialogController {};

}  // namespace autofill::payments

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_CONTROLLER_H_