| Index: chrome/browser/sync/profile_sync_components_factory.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory.h b/chrome/browser/sync/profile_sync_components_factory.h
|
| index bba73b0ddc965fbfc85585db9ef41d0296376b93..0eb8218a43d535e98f238edb79b516234a3ed124 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory.h
|
| @@ -85,7 +85,7 @@ class ProfileSyncComponentsFactory {
|
| // Weak pointer may be unset if service is already destroyed.
|
| // Note: Should only be called on the same thread on which a datatype resides.
|
| virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
|
| - syncable::ModelType type) = 0;
|
| + syncer::ModelType type) = 0;
|
|
|
| // Legacy datatypes that need to be converted to the SyncableService API.
|
| virtual SyncComponents CreateBookmarkSyncComponents(
|
|
|