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

Unified Diff: chrome/browser/ui/views/profiles/supervised_user_avatar_label.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/profiles/supervised_user_avatar_label.h
diff --git a/chrome/browser/ui/views/profiles/supervised_user_avatar_label.h b/chrome/browser/ui/views/profiles/supervised_user_avatar_label.h
index 506fba2e417f45e6cb557ddb29919d4449898dd6..aecd677b5d6b72638e570e5e5984198c707206e9 100644
--- a/chrome/browser/ui/views/profiles/supervised_user_avatar_label.h
+++ b/chrome/browser/ui/views/profiles/supervised_user_avatar_label.h
@@ -21,7 +21,7 @@ class SupervisedUserAvatarLabel : public views::LabelButton {
virtual ~SupervisedUserAvatarLabel();
// views::LabelButton:
- virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
+ virtual bool OnMousePressed(const ui::MouseEvent& event) override;
// Update the style of the label according to the provided theme.
void UpdateLabelStyle();

Powered by Google App Engine
This is Rietveld 408576698