| 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 207eb038c97f3047bf4e26baa0e39349a2fa96b8..f3f56de15ad7f5cec38cdc12ec23c6746eaa6de5 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory.h
|
| @@ -72,7 +72,7 @@ class ProfileSyncComponentsFactory
|
| : model_associator(ma), change_processor(cp) {}
|
| };
|
|
|
| - virtual ~ProfileSyncComponentsFactory() OVERRIDE {}
|
| + virtual ~ProfileSyncComponentsFactory() override {}
|
|
|
| // Creates and registers enabled datatypes with the provided
|
| // ProfileSyncService.
|
|
|