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

Unified Diff: ash/system/tray/tray_popup_label_button.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_item_container.h ('k') | ash/system/tray/tray_popup_label_button_border.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_label_button.h
diff --git a/ash/system/tray/tray_popup_label_button.h b/ash/system/tray/tray_popup_label_button.h
index 82d34f43346dae945f34bfb5cc0edf814385c02c..16e7f43f6ec2bce09e762fe3c0a13f7601c0274c 100644
--- a/ash/system/tray/tray_popup_label_button.h
+++ b/ash/system/tray/tray_popup_label_button.h
@@ -17,7 +17,7 @@ class TrayPopupLabelButton : public views::LabelButton {
public:
TrayPopupLabelButton(views::ButtonListener* listener,
const base::string16& text);
- virtual ~TrayPopupLabelButton();
+ ~TrayPopupLabelButton() override;
private:
DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButton);
« no previous file with comments | « ash/system/tray/tray_popup_item_container.h ('k') | ash/system/tray/tray_popup_label_button_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698