#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_STRIKE_DATABASE_INTEGRATOR_TEST_STRIKE_DATABASE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_STRIKE_DATABASE_INTEGRATOR_TEST_STRIKE_DATABASE_H_
#include <stdint.h>
#include <string>
#include "base/time/time.h"
#include "components/autofill/core/browser/strike_databases/strike_database.h"
#include "components/autofill/core/browser/strike_databases/strike_database_integrator_base.h"
namespace autofill {
class StrikeDatabaseIntegratorTestStrikeDatabase
: public StrikeDatabaseIntegratorBase { … };
}
#endif