| Index: ash/system/date/tray_date.cc
|
| diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
|
| index 9b7f5bcb894b5d3c94877f0238544b4c1aa62be9..078024911a5a354af20daeebf8a6f9c5ae41e9a9 100644
|
| --- a/ash/system/date/tray_date.cc
|
| +++ b/ash/system/date/tray_date.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/system/date/tray_date.h"
|
|
|
| +#include "ash/common/wm/shelf/wm_shelf_util.h"
|
| #include "ash/shelf/shelf_util.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/date/date_default_view.h"
|
| @@ -11,7 +12,6 @@
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| #include "ash/system/tray/tray_item_view.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_util.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/system/chromeos/system_clock_observer.h"
|
|
|