| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index e7e12cc7e6fad80465446890fbba7d80182de0c4..4f74330977e4d4deff770a3839cda52835a8c9d0 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -72,7 +72,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| void SchedulePaint();
|
|
|
| // Overridden from views::Widget:
|
| - virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
|
| + virtual void OnNativeWidgetActivationChanged(bool active) override;
|
|
|
| private:
|
| void AddSystemTray();
|
|
|