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

Unified Diff: chrome_frame/test/delete_chrome_history_test.cc

Issue 13191007: Pass app_locale directly to AutofillTable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chrome frame tests fix Created 7 years, 9 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
« no previous file with comments | « chrome/browser/webdata/web_intents_table.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/delete_chrome_history_test.cc
diff --git a/chrome_frame/test/delete_chrome_history_test.cc b/chrome_frame/test/delete_chrome_history_test.cc
index 653a68cd60acb2f507b14f6ac32f9fd09da643d2..56b449ae1979270c06af4e805ae763c028f6f46d 100644
--- a/chrome_frame/test/delete_chrome_history_test.cc
+++ b/chrome_frame/test/delete_chrome_history_test.cc
@@ -105,7 +105,7 @@ ACTION_P2(ExpectFormValuesForElementNameMatch, element_name, matcher) {
AutofillTable autofill_table;
WebDatabase web_database;
web_database.AddTable(&autofill_table);
- sql::InitStatus init_status = web_database.Init(profile_path, std::string());
+ sql::InitStatus init_status = web_database.Init(profile_path);
EXPECT_EQ(sql::INIT_OK, init_status);
if (init_status == sql::INIT_OK) {
« no previous file with comments | « chrome/browser/webdata/web_intents_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698