#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_CONTROLLER_IMPL_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_CONTROLLER_IMPL_H_
#include "components/autofill/core/browser/ui/payments/card_unmask_otp_input_dialog_controller.h"
#include "base/functional/callback.h"
#include "build/build_config.h"
#include "components/autofill/core/browser/payments/card_unmask_challenge_option.h"
namespace autofill {
enum class OtpUnmaskResult;
class OtpUnmaskDelegate;
class CardUnmaskOtpInputDialogView;
class CardUnmaskOtpInputDialogControllerImpl
: public CardUnmaskOtpInputDialogController { … };
}
#endif