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

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

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 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
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 67b877a687fe87aaea8bb214546e3d5872c8cd01..11e9cb41bdf1beaa93d00f72348483d4133a0126 100644
--- a/chrome/browser/sync/profile_sync_components_factory_mock.h
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.h
@@ -38,10 +38,10 @@ class ProfileSyncComponentsFactoryMock : public ProfileSyncComponentsFactory {
browser_sync::FailedDataTypesHandler*
failed_datatypes_handler));
MOCK_METHOD3(CreateSyncBackendHost,
- browser_sync::SyncBackendHost*(
- const std::string& name,
- Profile* profile,
- const base::WeakPtr<browser_sync::SyncPrefs>& sync_prefs));
+ browser_sync::SyncBackendHost*(
+ const std::string& name,
+ Profile* profile,
+ const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs));
MOCK_METHOD4(CreateGenericChangeProcessor,
browser_sync::GenericChangeProcessor*(
ProfileSyncService* profile_sync_service,
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory_impl.cc ('k') | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698