summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 16:34:37 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 16:34:37 +0000
commitb938d4f552356e79b96a7ecca85d98c782e2c659 (patch)
treeb5e744dae048c8caaee10bcf61cf3c2027cbf9e8 /chrome_frame
parenta383b35847acaea23b5cb9bfa80ee048638d8901 (diff)
downloadchromium_src-b938d4f552356e79b96a7ecca85d98c782e2c659.zip
chromium_src-b938d4f552356e79b96a7ecca85d98c782e2c659.tar.gz
chromium_src-b938d4f552356e79b96a7ecca85d98c782e2c659.tar.bz2
[Autofill] Access the application locale in a thread-safe manner when migrating WebDB data.
BUG=100845 TBR=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/11821044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176539 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 ee4cfcf..a0fc92d 100644
--- a/chrome_frame/test/delete_chrome_history_test.cc
+++ b/chrome_frame/test/delete_chrome_history_test.cc
@@ -103,7 +103,7 @@ ACTION_P2(ExpectFormValuesForElementNameMatch, element_name, matcher) {
root_path.Append(L"Default").Append(chrome::kWebDataFilename));
WebDatabase web_database;
- sql::InitStatus init_status = web_database.Init(profile_path);
+ sql::InitStatus init_status = web_database.Init(profile_path, std::string());
EXPECT_EQ(sql::INIT_OK, init_status);
if (init_status == sql::INIT_OK) {