Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / app_sync_ui_state_factory.h
index d8bea8f..53c2fde 100644 (file)
@@ -24,11 +24,11 @@ class AppSyncUIStateFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<AppSyncUIStateFactory>;
 
   AppSyncUIStateFactory();
-  virtual ~AppSyncUIStateFactory();
+  ~AppSyncUIStateFactory() override;
 
   // BrowserContextKeyedServiceFactory overrides:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* context) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* context) const override;
 
   DISALLOW_COPY_AND_ASSIGN(AppSyncUIStateFactory);
 };