| Index: ash/display/window_tree_host_manager.cc
|
| diff --git a/ash/display/window_tree_host_manager.cc b/ash/display/window_tree_host_manager.cc
|
| index 9ed85833885414177fb89c1fb3ca4e1f8f1276c4..64d1f3e8cafc1b42658a317489c45a51876214db 100644
|
| --- a/ash/display/window_tree_host_manager.cc
|
| +++ b/ash/display/window_tree_host_manager.cc
|
| @@ -10,8 +10,7 @@
|
| #include <memory>
|
| #include <utility>
|
|
|
| -#include "ash/common/ash_switches.h"
|
| -#include "ash/common/system/tray/system_tray.h"
|
| +#include "ash/ash_switches.h"
|
| #include "ash/display/cursor_window_controller.h"
|
| #include "ash/display/mirror_window_controller.h"
|
| #include "ash/display/root_window_transformers.h"
|
| @@ -24,6 +23,7 @@
|
| #include "ash/root_window_controller.h"
|
| #include "ash/root_window_settings.h"
|
| #include "ash/shell.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/command_line.h"
|
| #include "base/strings/stringprintf.h"
|
|
|