| Index: ash/wm/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc
|
| index 37dd40fc17f65e2d98b1ea0ef9a97332e8db00de..ebfec663aa11527423e8081c1a5a2d1461bbf5ac 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager.cc
|
| @@ -6,9 +6,11 @@
|
|
|
| #include <algorithm>
|
|
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.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/wm/always_on_top_controller.h"
|
| #include "ash/wm/fullscreen_window_finder.h"
|
| @@ -19,8 +21,6 @@
|
| #include "ash/wm/wm_event.h"
|
| #include "ash/wm/wm_screen_util.h"
|
| #include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/command_line.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/base/ui_base_switches.h"
|
|
|