| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 8e5bfa483409841844d8280caa03480be10e89c3..32fed2c53ac9c2dbb93c6198fc8ea09f83366927 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -16,6 +16,7 @@
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/session/session_state_observer.h"
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
| #include "ash/common/system/chromeos/shutdown_policy_observer.h"
|
| #include "ash/common/system/date/clock_observer.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| @@ -28,7 +29,6 @@
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
| #include "ash/system/chromeos/bluetooth/bluetooth_observer.h"
|
| -#include "ash/system/chromeos/power/power_status.h"
|
| #include "ash/system/chromeos/session/logout_button_observer.h"
|
| #include "ash/system/ime/ime_observer.h"
|
| #include "ash/system/tray/system_tray.h"
|
|
|