Index: chrome/browser/apps/shortcut_manager_factory.h |
diff --git a/chrome/browser/apps/shortcut_manager_factory.h b/chrome/browser/apps/shortcut_manager_factory.h |
index 144076ac15a7d448e4e929292eb7af65b5865ee1..0c8f97c4cf8328466c92802384544ab83d5462f8 100644 |
--- a/chrome/browser/apps/shortcut_manager_factory.h |
+++ b/chrome/browser/apps/shortcut_manager_factory.h |
@@ -27,13 +27,13 @@ class AppShortcutManagerFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<AppShortcutManagerFactory>; |
AppShortcutManagerFactory(); |
- virtual ~AppShortcutManagerFactory(); |
+ ~AppShortcutManagerFactory() override; |
// BrowserContextKeyedServiceFactory: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const override; |
- virtual bool ServiceIsCreatedWithBrowserContext() const override; |
- virtual bool ServiceIsNULLWhileTesting() const override; |
+ bool ServiceIsCreatedWithBrowserContext() const override; |
+ bool ServiceIsNULLWhileTesting() const override; |
}; |
#endif // CHROME_BROWSER_APPS_SHORTCUT_MANAGER_FACTORY_H_ |