Index: chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
diff --git a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
index 9d96c4b037752c380dc911adb72a9bd2d78b8814..8547716d8f9472e4f4e9bcb6e7123101ec66112c 100644 |
--- a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
+++ b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
@@ -28,9 +28,9 @@ class AppResourceCacheFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
virtual content::BrowserContext* GetBrowserContextToUse( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
}; |
#endif // CHROME_BROWSER_UI_WEBUI_NTP_APP_RESOURCE_CACHE_FACTORY_H_ |