Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / apps / shortcut_manager_factory.h
index 1ebc5f1..0c8f97c 100644 (file)
@@ -27,13 +27,13 @@ class AppShortcutManagerFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<AppShortcutManagerFactory>;
 
   AppShortcutManagerFactory();
-  virtual ~AppShortcutManagerFactory();
+  ~AppShortcutManagerFactory() override;
 
   // BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
-  virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  bool ServiceIsCreatedWithBrowserContext() const override;
+  bool ServiceIsNULLWhileTesting() const override;
 };
 
 #endif  // CHROME_BROWSER_APPS_SHORTCUT_MANAGER_FACTORY_H_