Index: chrome/browser/sync/profile_sync_service_factory.h |
diff --git a/chrome/browser/sync/profile_sync_service_factory.h b/chrome/browser/sync/profile_sync_service_factory.h |
index 89916ed835533686aea42d21b9fa69a9de0189aa..7be8d945557fe11563b4b25b4ee710908c5ef543 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory.h |
+++ b/chrome/browser/sync/profile_sync_service_factory.h |
@@ -27,7 +27,7 @@ class ProfileSyncServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
}; |
#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_FACTORY_H_ |