Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / signin / profile_oauth2_token_service_factory.h
index b0a1c28..f972e6c 100644 (file)
@@ -54,11 +54,11 @@ class ProfileOAuth2TokenServiceFactory
 #endif
 
   ProfileOAuth2TokenServiceFactory();
-  virtual ~ProfileOAuth2TokenServiceFactory();
+  ~ProfileOAuth2TokenServiceFactory() override;
 
   // BrowserContextKeyedServiceFactory implementation.
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* context) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* context) const override;
 
   DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceFactory);
 };