Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / idle / idle_manager_factory.h
index 1a9f9b7..b24843b 100644 (file)
@@ -23,15 +23,15 @@ class IdleManagerFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<IdleManagerFactory>;
 
   IdleManagerFactory();
-  virtual ~IdleManagerFactory();
+  ~IdleManagerFactory() override;
 
   // BrowserContextKeyedBaseFactory implementation.
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual content::BrowserContext* GetBrowserContextToUse(
-      content::BrowserContext* context) const OVERRIDE;
-  virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
-  virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  content::BrowserContext* GetBrowserContextToUse(
+      content::BrowserContext* context) const override;
+  bool ServiceIsCreatedWithBrowserContext() const override;
+  bool ServiceIsNULLWhileTesting() const override;
 };
 
 }  // namespace extensions