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

Unified Diff: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/profiles/avatar_menu_actions_chromeos.h
diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
index 9de0bba1fd010f976dff3dda680836e483375550..63b9a32b94ca3a1a0babc47e758c68ebabc27f32 100644
--- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
+++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
@@ -20,11 +20,11 @@ class AvatarMenuActionsChromeOS : public AvatarMenuActions {
virtual ~AvatarMenuActionsChromeOS();
// 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/chromeos/preferences_unittest.cc ('k') | chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698