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

Unified Diff: chrome/browser/profiles/avatar_menu_actions_desktop.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « chrome/browser/profiles/avatar_menu.h ('k') | chrome/browser/profiles/bookmark_model_loaded_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/avatar_menu_actions_desktop.h
diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.h b/chrome/browser/profiles/avatar_menu_actions_desktop.h
index e3a20789267bf714bc8606701db28bb9617f007d..031923fdd4336cff1a948af487a632e73be9c25b 100644
--- a/chrome/browser/profiles/avatar_menu_actions_desktop.h
+++ b/chrome/browser/profiles/avatar_menu_actions_desktop.h
@@ -19,11 +19,11 @@ class AvatarMenuActionsDesktop : public AvatarMenuActions {
virtual ~AvatarMenuActionsDesktop();
// AvatarMenuActions overrides:
- virtual void AddNewProfile(ProfileMetrics::ProfileAdd type) OVERRIDE;
- virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
- virtual bool ShouldShowAddNewProfileLink() const OVERRIDE;
- virtual bool ShouldShowEditProfileLink() const OVERRIDE;
- virtual void ActiveBrowserChanged(Browser* browser) OVERRIDE;
+ virtual void AddNewProfile(ProfileMetrics::ProfileAdd type) override;
+ virtual void EditProfile(Profile* profile, size_t index) override;
+ virtual bool ShouldShowAddNewProfileLink() const override;
+ virtual bool ShouldShowEditProfileLink() const override;
+ virtual void ActiveBrowserChanged(Browser* browser) override;
private:
// Browser in which this avatar menu resides. Weak.
« no previous file with comments | « chrome/browser/profiles/avatar_menu.h ('k') | chrome/browser/profiles/bookmark_model_loaded_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698