Index: chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h |
diff --git a/chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h b/chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h |
index 812419d6e741449452e0ad419c4fd77fc9b629fe..d4ef078c67c9286e89405b1555c6776e4c61e6fa 100644 |
--- a/chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h |
+++ b/chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h |
@@ -19,9 +19,9 @@ class LauncherAppTabHelper : public ChromeLauncherController::AppTabHelper { |
virtual ~LauncherAppTabHelper(); |
// AppTabHelper: |
- virtual std::string GetAppID(content::WebContents* tab) OVERRIDE; |
- virtual bool IsValidIDForCurrentUser(const std::string& id) OVERRIDE; |
- virtual void SetCurrentUser(Profile* profile) OVERRIDE; |
+ virtual std::string GetAppID(content::WebContents* tab) override; |
+ virtual bool IsValidIDForCurrentUser(const std::string& id) override; |
+ virtual void SetCurrentUser(Profile* profile) override; |
private: |
Profile* profile_; |