| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index 2885354b0d1372ec5dcee308205d323f5869eea5..83a2b2372817bed7779f34f796265687982d33ed 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -54,9 +54,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| WebNotificationTray* web_notification_tray() {
|
| return web_notification_tray_;
|
| }
|
| - OverviewButtonTray* overview_button_tray() {
|
| - return overview_button_tray_;
|
| - }
|
| + OverviewButtonTray* overview_button_tray() { return overview_button_tray_; }
|
| WmShelf* wm_shelf() { return wm_shelf_; }
|
|
|
| LoginStatus login_status() const { return login_status_; }
|
|
|