| 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 841ad171a77c19b10f9de2faa507fb506b05d3bd..8a78290f09f8cf44a5c44694c79be361d8ab3374 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| @@ -38,7 +38,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
|
| CreateSharedChangeProcessor() OVERRIDE;
|
|
|
| virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
|
| - syncable::ModelType type) OVERRIDE;
|
| + syncer::ModelType type) OVERRIDE;
|
|
|
| // Legacy datatypes that need to be converted to the SyncableService API.
|
| virtual SyncComponents CreateBookmarkSyncComponents(
|
|
|