#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_PAYMENTS_FIDO_AUTHENTICATION_STRIKE_DATABASE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_PAYMENTS_FIDO_AUTHENTICATION_STRIKE_DATABASE_H_
#include "components/autofill/core/browser/strike_databases/simple_autofill_strike_database.h"
#include "components/autofill/core/browser/strike_databases/strike_database.h"
namespace autofill {
struct FidoAuthenticationStrikeDatabaseTraits { … };
class FidoAuthenticationStrikeDatabase
: public SimpleAutofillStrikeDatabase<
FidoAuthenticationStrikeDatabaseTraits> { … };
}
#endif