| Index: components/browser_sync/profile_sync_components_factory_impl.h
|
| diff --git a/components/browser_sync/profile_sync_components_factory_impl.h b/components/browser_sync/profile_sync_components_factory_impl.h
|
| index 4b0a64146e98f22f043fafc1a740f35a60b8ba3d..ab962953bbafb7ae9d45e3e6fc08636a0019d15f 100644
|
| --- a/components/browser_sync/profile_sync_components_factory_impl.h
|
| +++ b/components/browser_sync/profile_sync_components_factory_impl.h
|
| @@ -69,9 +69,9 @@ class ProfileSyncComponentsFactoryImpl
|
| debug_info_listener,
|
| const syncer::DataTypeController::TypeMap* controllers,
|
| const syncer::DataTypeEncryptionHandler* encryption_handler,
|
| - syncer::SyncBackendHost* backend,
|
| + syncer::SyncEngine* engine,
|
| syncer::DataTypeManagerObserver* observer) override;
|
| - syncer::SyncBackendHost* CreateSyncBackendHost(
|
| + syncer::SyncEngine* CreateSyncEngine(
|
| const std::string& name,
|
| invalidation::InvalidationService* invalidator,
|
| const base::WeakPtr<syncer::SyncPrefs>& sync_prefs,
|
|
|