| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index ba75abe2c0959403cb37b6defb5644767afbc4dd..073ae4aa3d37ff2a62bacc2e9d0a4422c1026c76 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -7,6 +7,7 @@
|
| #include "ash/ash_switches.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/date/tray_date.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| @@ -18,7 +19,6 @@
|
| #include "ash/shell.h"
|
| #include "ash/system/audio/tray_audio.h"
|
| #include "ash/system/cast/tray_cast.h"
|
| -#include "ash/system/date/tray_date.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/tray/tray_bubble_wrapper.h"
|
| #include "ash/system/tray_accessibility.h"
|
|
|