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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_icon_view.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/passwords/manage_passwords_icon_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
index 77512bcb75b872e51e2c7065ea305b4ce890ff13..6f2f0f89f5ef85bc574e07d9d07966676740a58b 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
@@ -22,13 +22,13 @@ class ManagePasswordsIconView : public ManagePasswordsIcon,
virtual ~ManagePasswordsIconView();
// BubbleIconView:
- virtual bool IsBubbleShowing() const OVERRIDE;
- virtual void OnExecuting(BubbleIconView::ExecuteSource source) OVERRIDE;
- virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
- virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
+ virtual bool IsBubbleShowing() const override;
+ virtual void OnExecuting(BubbleIconView::ExecuteSource source) override;
+ virtual bool OnMousePressed(const ui::MouseEvent& event) override;
+ virtual bool OnKeyPressed(const ui::KeyEvent& event) override;
// views::View:
- virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;
+ virtual void AboutToRequestFocusFromTabTraversal(bool reverse) override;
#if defined(UNIT_TEST)
int icon_id() const { return icon_id_; }
@@ -37,7 +37,7 @@ class ManagePasswordsIconView : public ManagePasswordsIcon,
protected:
// ManagePasswordsIcon:
- virtual void UpdateVisibleUI() OVERRIDE;
+ virtual void UpdateVisibleUI() override;
private:

Powered by Google App Engine
This is Rietveld 408576698