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 1ebc5f1e8a51287da80a7bb92aff145804394d3f..144076ac15a7d448e4e929292eb7af65b5865ee1 100644 |
--- a/chrome/browser/apps/shortcut_manager_factory.h |
+++ b/chrome/browser/apps/shortcut_manager_factory.h |
@@ -31,9 +31,9 @@ class AppShortcutManagerFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
+ virtual bool ServiceIsNULLWhileTesting() const override; |
}; |
#endif // CHROME_BROWSER_APPS_SHORTCUT_MANAGER_FACTORY_H_ |