summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-05 20:13:23 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-05 20:13:23 +0000
commit0b2f513b8e24956466fcb04fad1d912ff8cfe65b (patch)
treeaa76fe9bd680e19131a54aadd6c43732f62ec785 /chrome_frame
parent33959607f032668f0da22f9332e7f95c5f037121 (diff)
downloadchromium_src-0b2f513b8e24956466fcb04fad1d912ff8cfe65b.zip
chromium_src-0b2f513b8e24956466fcb04fad1d912ff8cfe65b.tar.gz
chromium_src-0b2f513b8e24956466fcb04fad1d912ff8cfe65b.tar.bz2
Remove application locale cache in autofill code (AutofillCountry::ApplicationLOcale).
This is in preparation for removing content::GetContentClient calls outside of content. BUG=227047 Review URL: https://codereview.chromium.org/13488009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/delete_chrome_history_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/delete_chrome_history_test.cc b/chrome_frame/test/delete_chrome_history_test.cc
index 6a47ca2..480bde9 100644
--- a/chrome_frame/test/delete_chrome_history_test.cc
+++ b/chrome_frame/test/delete_chrome_history_test.cc
@@ -102,7 +102,7 @@ ACTION_P2(ExpectFormValuesForElementNameMatch, element_name, matcher) {
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);