Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / token_cache / token_cache_service_factory.h
index 14eff8c..a478e24 100644 (file)
@@ -22,13 +22,13 @@ class TokenCacheServiceFactory : public BrowserContextKeyedServiceFactory {
 
  private:
   TokenCacheServiceFactory();
-  virtual ~TokenCacheServiceFactory();
+  ~TokenCacheServiceFactory() override;
 
   friend struct DefaultSingletonTraits<TokenCacheServiceFactory>;
 
   // Inherited from BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
 
    DISALLOW_COPY_AND_ASSIGN(TokenCacheServiceFactory);
 };