| 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 8ece5852d70e8414f758b3d2a72cfcaa9e3fb0f1..722d71a8d2a985bd783f28a3171dd6206149a191 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -15,16 +15,16 @@
|
|
|
| #include "ash/common/login_status.h"
|
| #include "ash/common/shell_delegate.h"
|
| +#include "ash/common/system/chromeos/bluetooth/bluetooth_observer.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
| +#include "ash/common/system/chromeos/session/logout_button_observer.h"
|
| +#include "ash/common/system/date/clock_observer.h"
|
| +#include "ash/common/system/ime/ime_observer.h"
|
| +#include "ash/common/system/tray/system_tray_notifier.h"
|
| +#include "ash/common/system/tray_accessibility.h"
|
| +#include "ash/common/system/user/user_observer.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/system/bluetooth/bluetooth_observer.h"
|
| -#include "ash/system/date/clock_observer.h"
|
| -#include "ash/system/ime/ime_observer.h"
|
| -#include "ash/system/power/power_status.h"
|
| -#include "ash/system/rotation/tray_rotation_lock.h"
|
| -#include "ash/system/session/logout_button_observer.h"
|
| -#include "ash/system/tray/system_tray_notifier.h"
|
| -#include "ash/system/tray_accessibility.h"
|
| -#include "ash/system/user/user_observer.h"
|
| +#include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
|
|