| Index: ash/wm/workspace_controller.cc
|
| diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc
|
| index c6aa952466d7aca361d2b89430a5d07e37d9e0b2..c54bc3ab3e03c80264f320657b479a862f8ccbc0 100644
|
| --- a/ash/wm/workspace_controller.cc
|
| +++ b/ash/wm/workspace_controller.cc
|
| @@ -12,13 +12,13 @@
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| #include "ash/wm/common/window_state.h"
|
| +#include "ash/wm/common/workspace/workspace_layout_manager.h"
|
| +#include "ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h"
|
| #include "ash/wm/common/workspace/workspace_layout_manager_delegate.h"
|
| #include "ash/wm/window_animations.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| #include "ash/wm/workspace/workspace_event_handler.h"
|
| -#include "ash/wm/workspace/workspace_layout_manager.h"
|
| -#include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/window.h"
|
|
|