Index: components/webdata/autofill/web_database_migration_unittest.cc |
=================================================================== |
--- components/webdata/autofill/web_database_migration_unittest.cc (revision 192613) |
+++ components/webdata/autofill/web_database_migration_unittest.cc (working copy) |
@@ -175,7 +175,7 @@ |
// 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; |