chromium/components/autofill/core/browser/payments/test/test_credit_card_otp_authenticator.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_PAYMENTS_TEST_TEST_CREDIT_CARD_OTP_AUTHENTICATOR_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_TEST_TEST_CREDIT_CARD_OTP_AUTHENTICATOR_H_

#include "components/autofill/core/browser/payments/credit_card_otp_authenticator.h"

#include <string>

#include "components/autofill/core/browser/data_model/credit_card.h"
#include "components/autofill/core/browser/payments/card_unmask_challenge_option.h"

namespace autofill {

class AutofillClient;

// Test class for CreditCardOtpAuthenticator.
class TestCreditCardOtpAuthenticator : public CreditCardOtpAuthenticator {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_TEST_TEST_CREDIT_CARD_OTP_AUTHENTICATOR_H_