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

Unified Diff: chrome/browser/ui/views/toolbar/back_button.h

Issue 680053003: Standardize usage of virtual/override/final specifiers. (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
« no previous file with comments | « no previous file | chrome/browser/ui/views/toolbar/browser_action_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/back_button.h
diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h
index 600627ac5cb3fbc4e1d69ffe8e1797c7cfc28ed7..ad37dc29b190f4aa49db199c82da24a8bb61c89a 100644
--- a/chrome/browser/ui/views/toolbar/back_button.h
+++ b/chrome/browser/ui/views/toolbar/back_button.h
@@ -25,14 +25,13 @@ class BackButton : public ToolbarButton {
// Takes ownership of the |model|, which can be null if no menu
// is to be shown.
BackButton(views::ButtonListener* listener, ui::MenuModel* model);
- virtual ~BackButton();
+ ~BackButton() override;
void SetLeadingMargin(int margin);
protected:
- virtual gfx::Rect GetThemePaintRect() const override;
- virtual scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const
- override;
+ gfx::Rect GetThemePaintRect() const override;
+ scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
private:
// Any leading margin to be applied. Used when the back button is in
« no previous file with comments | « no previous file | chrome/browser/ui/views/toolbar/browser_action_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698