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 5b70ca2b8968a5ce5d2e87649c6eb56399004322..9fc0538c5242b2f0b16ff631de764813a5c673a6 100644 |
--- a/components/browser_sync/profile_sync_components_factory_impl.h |
+++ b/components/browser_sync/profile_sync_components_factory_impl.h |
@@ -76,7 +76,7 @@ class ProfileSyncComponentsFactoryImpl |
const std::string& name, |
invalidation::InvalidationService* invalidator, |
const base::WeakPtr<syncer::SyncPrefs>& sync_prefs, |
- const base::FilePath& sync_folder) override; |
+ const base::FilePath& sync_data_folder) override; |
std::unique_ptr<syncer::LocalDeviceInfoProvider> |
CreateLocalDeviceInfoProvider() override; |
std::unique_ptr<syncer::AttachmentService> CreateAttachmentService( |