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

Unified Diff: components/autofill/browser/webdata/web_data_service_unittest.cc

Issue 14103021: Use Observer to notify of WebDB load instead of callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix WIN builds 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
« no previous file with comments | « components/autofill/browser/webdata/autofill_webdata_service_observer.h ('k') | components/webdata.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/webdata/web_data_service_unittest.cc
diff --git a/components/autofill/browser/webdata/web_data_service_unittest.cc b/components/autofill/browser/webdata/web_data_service_unittest.cc
index ee7bd512e9a00580944039b831a6041a7bbd808d..362f828c660dba1ab15059b2623c440ac3b2e014 100644
--- a/components/autofill/browser/webdata/web_data_service_unittest.cc
+++ b/components/autofill/browser/webdata/web_data_service_unittest.cc
@@ -74,7 +74,7 @@ class WebDataServiceTest : public testing::Test {
wdbs_ = new WebDatabaseService(path);
wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new AutofillTable("en-US")));
- wdbs_->LoadDatabase(WebDatabaseService::InitCallback());
+ wdbs_->LoadDatabase();
wds_ = new AutofillWebDataService(
wdbs_, WebDataServiceBase::ProfileErrorCallback());
« no previous file with comments | « components/autofill/browser/webdata/autofill_webdata_service_observer.h ('k') | components/webdata.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698