| Index: ash/wm/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/common/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc
|
| similarity index 96%
|
| rename from ash/common/wm/workspace/workspace_layout_manager.cc
|
| rename to ash/wm/workspace/workspace_layout_manager.cc
|
| index 055ff856e862a4ed7ba3c72fbe4129260ea9d6c9..37dd40fc17f65e2d98b1ea0ef9a97332e8db00de 100644
|
| --- a/ash/common/wm/workspace/workspace_layout_manager.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager.cc
|
| @@ -2,25 +2,25 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/workspace/workspace_layout_manager.h"
|
| +#include "ash/wm/workspace/workspace_layout_manager.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm/always_on_top_controller.h"
|
| -#include "ash/common/wm/fullscreen_window_finder.h"
|
| -#include "ash/common/wm/window_positioner.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/wm_screen_util.h"
|
| -#include "ash/common/wm/workspace/workspace_layout_manager_backdrop_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"
|
| +#include "ash/wm/window_positioner.h"
|
| #include "ash/wm/window_properties.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| +#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"
|
|
|