| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index c10a6aa7e73154f926ad721a4f62242c58734bd4..0d4e5ceced554aa72db704d5f08c2c714d772f83 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -414,10 +414,10 @@ DataTypeManager* ProfileSyncComponentsFactoryImpl::CreateDataTypeManager(
|
| }
|
|
|
| browser_sync::SyncBackendHost*
|
| - ProfileSyncComponentsFactoryImpl::CreateSyncBackendHost(
|
| - const std::string& name,
|
| - Profile* profile,
|
| - const base::WeakPtr<browser_sync::SyncPrefs>& sync_prefs) {
|
| +ProfileSyncComponentsFactoryImpl::CreateSyncBackendHost(
|
| + const std::string& name,
|
| + Profile* profile,
|
| + const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs) {
|
| return new browser_sync::SyncBackendHostImpl(name, profile, sync_prefs);
|
| }
|
|
|
|
|