#include "components/autofill/core/browser/strike_databases/simple_autofill_strike_database.h"
#include <memory>
#include <string>
#include "base/files/scoped_temp_dir.h"
#include "base/strings/to_string.h"
#include "base/test/task_environment.h"
#include "components/autofill/core/browser/proto/strike_data.pb.h"
#include "components/autofill/core/browser/strike_databases/strike_database_integrator_test_strike_database.h"
#include "components/leveldb_proto/public/proto_database_provider.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace autofill {
namespace {
struct TestStrikeDatabaseTraits { … };
TestStrikeDatabase;
class SimpleAutofillStrikeDatabaseTest : public ::testing::Test { … };
TEST_F(SimpleAutofillStrikeDatabaseTest, AddAndRemoveStrikes) { … }
TEST_F(SimpleAutofillStrikeDatabaseTest, MaxEntries) { … }
}
}