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

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

Issue 9414020: [Sync] Switch Extension Settings DTC to use ProfilesyncComponentsFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DCHECK Created 8 years, 10 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/sync/profile_sync_components_factory_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_components_factory_mock.h
diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.h b/chrome/browser/sync/profile_sync_components_factory_mock.h
index bc61b5da8c8ad84881d62e14deed259e28f6d30a..048ca6e39526d2a2730b905d6af8a95eb373915b 100644
--- a/chrome/browser/sync/profile_sync_components_factory_mock.h
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.h
@@ -55,9 +55,8 @@ class ProfileSyncComponentsFactoryMock : public ProfileSyncComponentsFactory {
MOCK_METHOD2(CreateExtensionSyncComponents,
SyncComponents(ProfileSyncService* profile_sync_service,
browser_sync::DataTypeErrorHandler* error_handler));
- MOCK_METHOD4(CreateExtensionOrAppSettingSyncComponents,
+ MOCK_METHOD3(CreateExtensionOrAppSettingSyncComponents,
SyncComponents(syncable::ModelType model_type,
- SyncableService* settings_service,
ProfileSyncService* profile_sync_service,
browser_sync::DataTypeErrorHandler* error_handler));
MOCK_METHOD3(CreatePasswordSyncComponents,
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698