blob: ebeb05ae93c63aeff2f4fa04abce77b93790cac7 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/autofill/core/browser/test_credit_card_save_strike_database.h"
namespace autofill {
TestCreditCardSaveStrikeDatabase::TestCreditCardSaveStrikeDatabase(
StrikeDatabase* strike_database)
: CreditCardSaveStrikeDatabase(strike_database) {}
} // namespace autofill