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

Unified Diff: ash/system/tray/tray_popup_label_button_border.h

Issue 685483004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « ash/system/tray/tray_popup_label_button.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_label_button_border.h
diff --git a/ash/system/tray/tray_popup_label_button_border.h b/ash/system/tray/tray_popup_label_button_border.h
index 18a30fb9f41a8f3d9e8e21bffca25d8fc13a6035..bb06444b603a480c58f3a6fde8074caa91f360dc 100644
--- a/ash/system/tray/tray_popup_label_button_border.h
+++ b/ash/system/tray/tray_popup_label_button_border.h
@@ -16,10 +16,10 @@ namespace ash {
class TrayPopupLabelButtonBorder : public views::LabelButtonBorder {
public:
TrayPopupLabelButtonBorder();
- virtual ~TrayPopupLabelButtonBorder();
+ ~TrayPopupLabelButtonBorder() override;
// views::LabelButtonBorder:
- virtual void Paint(const views::View& view, gfx::Canvas* canvas) override;
+ void Paint(const views::View& view, gfx::Canvas* canvas) override;
private:
DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);
« no previous file with comments | « ash/system/tray/tray_popup_label_button.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698