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

Unified Diff: chrome/browser/sync/profile_sync_factory_mock.h

Issue 7967024: Profile shouldn't own PersonalDataManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresses isherman #11 Created 9 years, 3 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_factory_mock.h
diff --git a/chrome/browser/sync/profile_sync_factory_mock.h b/chrome/browser/sync/profile_sync_factory_mock.h
index 801308adc195817c0de62e931c352121220cb2b9..b98b4e5e078d154a0ab20f1c8ec410173376a0d2 100644
--- a/chrome/browser/sync/profile_sync_factory_mock.h
+++ b/chrome/browser/sync/profile_sync_factory_mock.h
@@ -36,17 +36,15 @@ class ProfileSyncFactoryMock : public ProfileSyncFactory {
MOCK_METHOD2(CreateAppSyncComponents,
SyncComponents(ProfileSyncService* profile_sync_service,
browser_sync::UnrecoverableErrorHandler* error_handler));
- MOCK_METHOD4(CreateAutofillSyncComponents,
+ MOCK_METHOD3(CreateAutofillSyncComponents,
SyncComponents(
ProfileSyncService* profile_sync_service,
WebDatabase* web_database,
- PersonalDataManager* personal_data,
browser_sync::UnrecoverableErrorHandler* error_handler));
- MOCK_METHOD4(CreateAutofillProfileSyncComponents,
+ MOCK_METHOD3(CreateAutofillProfileSyncComponents,
SyncComponents(
ProfileSyncService* profile_sync_service,
WebDatabase* web_database,
- PersonalDataManager* personal_data,
browser_sync::UnrecoverableErrorHandler* error_handler));
MOCK_METHOD2(CreateBookmarkSyncComponents,
SyncComponents(ProfileSyncService* profile_sync_service,
« no previous file with comments | « chrome/browser/sync/profile_sync_factory_impl.cc ('k') | chrome/browser/sync/profile_sync_service_autofill_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698