| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index c97195d3f4bb2df1011cfdebc9c572134168d692..f2adc9005126b9b1d95f7335350b002f42703bc8 100644
|
| --- a/ash/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/system/status_area_widget.h"
|
|
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| @@ -14,7 +15,6 @@
|
| #include "ash/system/overview/overview_button_tray.h"
|
| #include "ash/system/status_area_widget_delegate.h"
|
| #include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "base/i18n/time_formatting.h"
|
|
|