Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / captive_portal / captive_portal_service_factory.h
index 090047a..1c1269b 100644 (file)
@@ -31,13 +31,13 @@ class CaptivePortalServiceFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<CaptivePortalServiceFactory>;
 
   CaptivePortalServiceFactory();
-  virtual ~CaptivePortalServiceFactory();
+  ~CaptivePortalServiceFactory() 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;
 
   DISALLOW_COPY_AND_ASSIGN(CaptivePortalServiceFactory);
 };