Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / ntp / ntp_resource_cache_factory.h
index 05c75a1..cd1ebdb 100644 (file)
@@ -24,13 +24,13 @@ class NTPResourceCacheFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<NTPResourceCacheFactory>;
 
   NTPResourceCacheFactory();
-  virtual ~NTPResourceCacheFactory();
+  ~NTPResourceCacheFactory() override;
 
   // BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual content::BrowserContext* GetBrowserContextToUse(
-      content::BrowserContext* context) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  content::BrowserContext* GetBrowserContextToUse(
+      content::BrowserContext* context) const override;
 };
 
 #endif  // CHROME_BROWSER_UI_WEBUI_NTP_NTP_RESOURCE_CACHE_FACTORY_H_