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