| Index: ash/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/system/chromeos/power/tray_power.cc
|
| index aef67a22e2c002b6129096a9f70ef1539552ee8e..ecfaa857a87d8ea3a8c13335763df405426addc4 100644
|
| --- a/ash/system/chromeos/power/tray_power.cc
|
| +++ b/ash/system/chromeos/power/tray_power.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "ash/ash_switches.h"
|
| #include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/system/date/date_view.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/system/tray/tray_utils.h"
|
| @@ -15,7 +16,6 @@
|
| #include "ash/system/chromeos/devicetype_utils.h"
|
| #include "ash/system/chromeos/power/battery_notification.h"
|
| #include "ash/system/chromeos/power/dual_role_notification.h"
|
| -#include "ash/system/date/date_view.h"
|
| #include "ash/system/system_notifier.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
|
|