Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: chrome_frame/test/delete_chrome_history_test.cc

Issue 13488009: Remove application locale cache in autofill code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | components/autofill/browser/autocheckout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698