| 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);
|
|
|