Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / history / web_history_service_factory.h
index c8c8db7..41b68dc 100644 (file)
@@ -25,14 +25,14 @@ class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory {
 
  protected:
   // Overridden from BrowserContextKeyedServiceFactory.
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* context) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* context) const override;
 
  private:
   friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
 
   explicit WebHistoryServiceFactory();
-  virtual ~WebHistoryServiceFactory();
+  ~WebHistoryServiceFactory() override;
 
   DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory);
 };