diff options
Diffstat (limited to 'components/webdata/autofill/web_database_migration_unittest.cc')
-rw-r--r-- | components/webdata/autofill/web_database_migration_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webdata/autofill/web_database_migration_unittest.cc b/components/webdata/autofill/web_database_migration_unittest.cc index 8a715a5..8c3bb1c 100644 --- a/components/webdata/autofill/web_database_migration_unittest.cc +++ b/components/webdata/autofill/web_database_migration_unittest.cc @@ -175,7 +175,7 @@ class WebDatabaseMigrationTest : public testing::Test { // for now, as it needs to know about all the different table // types. Once all webdata datatypes have been componentized, this // could move to components_unittests. - AutofillTable autofill_table; + AutofillTable autofill_table("en-US"); KeywordTable keyword_table; LoginsTable logins_table; TokenServiceTable token_service_table; |