diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 20:13:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 20:13:23 +0000 |
commit | 0b2f513b8e24956466fcb04fad1d912ff8cfe65b (patch) | |
tree | aa76fe9bd680e19131a54aadd6c43732f62ec785 /chrome_frame | |
parent | 33959607f032668f0da22f9332e7f95c5f037121 (diff) | |
download | chromium_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.cc | 2 |
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); |