| 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 f3f56de15ad7f5cec38cdc12ec23c6746eaa6de5..2ee7c168abebf6d9c560f329ebe6a75746e25673 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 {}
|
| + ~ProfileSyncComponentsFactory() override {}
|
|
|
| // Creates and registers enabled datatypes with the provided
|
| // ProfileSyncService.
|
|
|