chromium/components/autofill/core/browser/ui/payments/card_unmask_otp_input_dialog_controller_impl.h

// Copyright 2021 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_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 {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_CONTROLLER_IMPL_H_