| 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 3250b0bb1739cb15597bd0aecb384b010e819f66..8e5bfa483409841844d8280caa03480be10e89c3 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/shutdown_policy_observer.h"
|
| #include "ash/common/system/date/clock_observer.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/wm_system_tray_notifier.h"
|
| @@ -29,7 +30,6 @@
|
| #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/chromeos/shutdown_policy_observer.h"
|
| #include "ash/system/ime/ime_observer.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
|
|