#include "components/autofill/core/browser/payments/test/test_credit_card_otp_authenticator.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/autofill_driver.h"
namespace autofill {
TestCreditCardOtpAuthenticator::TestCreditCardOtpAuthenticator(
AutofillClient* client)
: … { … }
TestCreditCardOtpAuthenticator::~TestCreditCardOtpAuthenticator() = default;
void TestCreditCardOtpAuthenticator::OnChallengeOptionSelected(
const CreditCard* card,
const CardUnmaskChallengeOption& selected_challenge_option,
base::WeakPtr<Requester> requester,
const std::string& context_token,
int64_t billing_customer_number) { … }
void TestCreditCardOtpAuthenticator::Reset() { … }
}