Index: chrome_frame/test/delete_chrome_history_test.cc |
=================================================================== |
--- chrome_frame/test/delete_chrome_history_test.cc (revision 192613) |
+++ chrome_frame/test/delete_chrome_history_test.cc (working copy) |
@@ -102,7 +102,7 @@ |
base::FilePath profile_path( |
root_path.Append(L"Default").Append(kWebDataFilename)); |
- AutofillTable autofill_table; |
+ AutofillTable autofill_table("en-US"); |
WebDatabase web_database; |
web_database.AddTable(&autofill_table); |
sql::InitStatus init_status = web_database.Init(profile_path); |