#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_STRIKE_DATABASE_INTEGRATOR_BASE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_STRIKE_DATABASES_STRIKE_DATABASE_INTEGRATOR_BASE_H_
#include <stdint.h>
#include <map>
#include <optional>
#include <set>
#include <string>
#include <vector>
#include "base/check.h"
#include "base/functional/bind_internal.h"
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "components/autofill/core/browser/strike_databases/strike_database_base.h"
namespace autofill {
namespace {
static const char kSharedId[] = …;
}
class StrikeDatabaseIntegratorBase { … };
}
#endif