Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698