| Index: ash/system/date/tray_date.cc
|
| diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
|
| index f75a8c5dc31764df90bfe0ae6720eefa2ede314c..28847c10f63787fa785836f63459ddc7c7990bd1 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_shell.h"
|
| #include "ash/shelf/wm_shelf_util.h"
|
| #include "ash/system/date/date_default_view.h"
|
| #include "ash/system/date/date_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_shell.h"
|
|
|
| namespace ash {
|
|
|
|
|