| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index fd6d1068d60fd23661b38afc4913926733e88aca..fccdae7ff79a1eb6a32783461bdc4bc217c7adaa 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -8,18 +8,14 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "ash/common/key_event_watcher.h"
|
| -#include "ash/common/login_status.h"
|
| -#include "ash/common/material_design/material_design_controller.h"
|
| -#include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/shelf/wm_shelf_util.h"
|
| -#include "ash/common/wm/container_finder.h"
|
| -#include "ash/common/wm_activation_observer.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/key_event_watcher.h"
|
| +#include "ash/login_status.h"
|
| +#include "ash/material_design/material_design_controller.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/session/session_state_delegate.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/shelf/wm_shelf_util.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/audio/tray_audio.h"
|
| #include "ash/system/bluetooth/tray_bluetooth.h"
|
| @@ -51,6 +47,10 @@
|
| #include "ash/system/update/tray_update.h"
|
| #include "ash/system/user/tray_user.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| +#include "ash/wm/container_finder.h"
|
| +#include "ash/wm_activation_observer.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/metrics/histogram_macros.h"
|
|
|