| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index 4f74330977e4d4deff770a3839cda52835a8c9d0..17a4a7cfc9d6290cb037ccf4593a60280011ca07 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -26,7 +26,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| static const char kNativeViewName[];
|
|
|
| explicit StatusAreaWidget(aura::Window* status_container);
|
| - virtual ~StatusAreaWidget();
|
| + ~StatusAreaWidget() override;
|
|
|
| // Creates the SystemTray, WebNotificationTray and LogoutButtonTray.
|
| void CreateTrayViews();
|
| @@ -72,7 +72,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| void SchedulePaint();
|
|
|
| // Overridden from views::Widget:
|
| - virtual void OnNativeWidgetActivationChanged(bool active) override;
|
| + void OnNativeWidgetActivationChanged(bool active) override;
|
|
|
| private:
|
| void AddSystemTray();
|
|
|