Index: chrome/browser/apps/shortcut_manager.h |
diff --git a/chrome/browser/apps/shortcut_manager.h b/chrome/browser/apps/shortcut_manager.h |
index c13c921615101705b73f571a4651d28bf83fe220..ebc651b1a63d1d29adec84be20c0fabb41e5bc2b 100644 |
--- a/chrome/browser/apps/shortcut_manager.h |
+++ b/chrome/browser/apps/shortcut_manager.h |
@@ -44,15 +44,15 @@ class AppShortcutManager : public KeyedService, |
const extensions::Extension* extension, |
bool is_update, |
bool from_ephemeral, |
- const std::string& old_name) OVERRIDE; |
+ const std::string& old_name) override; |
virtual void OnExtensionUninstalled( |
content::BrowserContext* browser_context, |
const extensions::Extension* extension, |
- extensions::UninstallReason reason) OVERRIDE; |
+ extensions::UninstallReason reason) override; |
// ProfileInfoCacheObserver. |
virtual void OnProfileWillBeRemoved( |
- const base::FilePath& profile_path) OVERRIDE; |
+ const base::FilePath& profile_path) override; |
private: |
void DeleteApplicationShortcuts(const extensions::Extension* extension); |