| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 1bfe2b4a1bba116c647ef3b72d16eb7ea18c662a..65cc28abcde4064c90f56ddff3318e27d470394c 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/system/tray/system_tray.h"
|
|
|
| #include "ash/common/ash_switches.h"
|
| +#include "ash/common/login_status.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| @@ -16,6 +17,7 @@
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/system/tray_accessibility.h"
|
| #include "ash/common/system/update/tray_update.h"
|
| +#include "ash/common/system/user/tray_user_separator.h"
|
| #include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| @@ -23,9 +25,7 @@
|
| #include "ash/shell.h"
|
| #include "ash/system/cast/tray_cast.h"
|
| #include "ash/system/status_area_widget.h"
|
| -#include "ash/system/user/login_status.h"
|
| #include "ash/system/user/tray_user.h"
|
| -#include "ash/system/user/tray_user_separator.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
|
|