Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / precache / content / precache_manager_factory.h
index 6b4b093..bc57686 100644 (file)
@@ -27,11 +27,11 @@ class PrecacheManagerFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<PrecacheManagerFactory>;
 
   PrecacheManagerFactory();
-  virtual ~PrecacheManagerFactory();
+  ~PrecacheManagerFactory() override;
 
   // BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* browser_context) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* browser_context) const override;
 
   DISALLOW_COPY_AND_ASSIGN(PrecacheManagerFactory);
 };