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

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling 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
Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index d5362236fb1b0a93f9fd45d6555b3cc7b4fcead8..7b4d9a4010dc8e0b0289e6a9e3840a3695d4eccd 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -491,7 +491,10 @@ class ProfileSyncServiceAutofillTest
EXPECT_CALL(*personal_data_manager_, LoadProfiles()).Times(1);
EXPECT_CALL(*personal_data_manager_, LoadCreditCards()).Times(1);
- personal_data_manager_->Init(profile_.get());
+ personal_data_manager_->Init(
+ profile_.get(),
+ WebDataServiceFactory::GetAutofillWebDataServiceForProfile(
+ profile_.get()));
web_data_service_->StartSyncableService();
}

Powered by Google App Engine
This is Rietveld 408576698