| 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,
|
|
|