| Index: components/browser_sync/profile_sync_components_factory_impl.cc
|
| diff --git a/components/browser_sync/profile_sync_components_factory_impl.cc b/components/browser_sync/profile_sync_components_factory_impl.cc
|
| index 00f400dc36036cce7762c45fb68988305de81a7e..360eb4ff9f2f5ce79ccf48454077774dfee14009 100644
|
| --- a/components/browser_sync/profile_sync_components_factory_impl.cc
|
| +++ b/components/browser_sync/profile_sync_components_factory_impl.cc
|
| @@ -313,9 +313,9 @@ syncer::SyncEngine* ProfileSyncComponentsFactoryImpl::CreateSyncEngine(
|
| const std::string& name,
|
| invalidation::InvalidationService* invalidator,
|
| const base::WeakPtr<syncer::SyncPrefs>& sync_prefs,
|
| - const base::FilePath& sync_folder) {
|
| + const base::FilePath& sync_data_folder) {
|
| return new syncer::SyncBackendHostImpl(name, sync_client_, invalidator,
|
| - sync_prefs, sync_folder);
|
| + sync_prefs, sync_data_folder);
|
| }
|
|
|
| std::unique_ptr<syncer::LocalDeviceInfoProvider>
|
|
|