chromium/components/autofill/core/browser/payments/test/test_credit_card_risk_based_authenticator.h

// Copyright 2023 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_RISK_BASED_AUTHENTICATOR_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_TEST_TEST_CREDIT_CARD_RISK_BASED_AUTHENTICATOR_H_

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

namespace autofill {

class TestCreditCardRiskBasedAuthenticator
    : public CreditCardRiskBasedAuthenticator {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_TEST_TEST_CREDIT_CARD_RISK_BASED_AUTHENTICATOR_H_