| 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 f846150aec3e5e2f77a2cf686e2f2545b3548968..a5b4f1e1c5d7e843a28e91d86b4524eb4246c172 100644
|
| --- a/ash/system/chromeos/power/tray_power.cc
|
| +++ b/ash/system/chromeos/power/tray_power.cc
|
| @@ -9,13 +9,13 @@
|
| #include "ash/ash_switches.h"
|
| #include "ash/common/accessibility_delegate.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/shell.h"
|
| #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 "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_utils.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
|
|