chromium/components/autofill/core/browser/strike_databases/payments/test_credit_card_save_strike_database.h

// Copyright 2018 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_STRIKE_DATABASES_PAYMENTS_TEST_CREDIT_CARD_SAVE_STRIKE_DATABASE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_PAYMENTS_TEST_CREDIT_CARD_SAVE_STRIKE_DATABASE_H_

#include "components/autofill/core/browser/strike_databases/payments/credit_card_save_strike_database.h"

namespace autofill {

class TestCreditCardSaveStrikeDatabase : public CreditCardSaveStrikeDatabase {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_PAYMENTS_TEST_CREDIT_CARD_SAVE_STRIKE_DATABASE_H_