| Index: chrome/browser/sync/profile_sync_components_factory_impl.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| index d5aa6a0d9e912758d095021a2c7851fb5e5d929e..bf8c2562d78a286aa73a30270438915a5be0d723 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| @@ -32,12 +32,12 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
|
| virtual browser_sync::GenericChangeProcessor* CreateGenericChangeProcessor(
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::DataTypeErrorHandler* error_handler,
|
| - const base::WeakPtr<SyncableService>& local_service) OVERRIDE;
|
| + const base::WeakPtr<csync::SyncableService>& local_service) OVERRIDE;
|
|
|
| virtual browser_sync::SharedChangeProcessor*
|
| CreateSharedChangeProcessor() OVERRIDE;
|
|
|
| - virtual base::WeakPtr<SyncableService> GetSyncableServiceForType(
|
| + virtual base::WeakPtr<csync::SyncableService> GetSyncableServiceForType(
|
| syncable::ModelType type) OVERRIDE;
|
|
|
| // Legacy datatypes that need to be converted to the SyncableService API.
|
|
|