#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_CONTROLLER_IMPL_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_CONTROLLER_IMPL_H_
#include <string>
#include "base/functional/callback.h"
#include "base/functional/callback_forward.h"
#include "base/memory/weak_ptr.h"
#include "components/autofill/core/browser/ui/payments/payments_window_user_consent_dialog_controller.h"
namespace autofill::payments {
class PaymentsWindowUserConsentDialog;
class PaymentsWindowUserConsentDialogControllerImpl
: public PaymentsWindowUserConsentDialogController { … };
}
#endif