| Index: ash/common/wm/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/wm/common/workspace/workspace_layout_manager.cc b/ash/common/wm/workspace/workspace_layout_manager.cc
|
| similarity index 94%
|
| rename from ash/wm/common/workspace/workspace_layout_manager.cc
|
| rename to ash/common/wm/workspace/workspace_layout_manager.cc
|
| index d9d2c62e57a94e0854c2ca260dba6cb1685c1946..0e0df27309bfc9d23b3e88e21e003206ad03734e 100644
|
| --- a/ash/wm/common/workspace/workspace_layout_manager.cc
|
| +++ b/ash/common/wm/workspace/workspace_layout_manager.cc
|
| @@ -2,22 +2,22 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/workspace/workspace_layout_manager.h"
|
| +#include "ash/common/wm/workspace/workspace_layout_manager.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/wm/common/always_on_top_controller.h"
|
| -#include "ash/wm/common/fullscreen_window_finder.h"
|
| -#include "ash/wm/common/window_positioner.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_event.h"
|
| -#include "ash/wm/common/wm_globals.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| -#include "ash/wm/common/wm_screen_util.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| -#include "ash/wm/common/wm_window_property.h"
|
| -#include "ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h"
|
| -#include "ash/wm/common/workspace/workspace_layout_manager_delegate.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_globals.h"
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| +#include "ash/common/wm/wm_screen_util.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| +#include "ash/common/wm/wm_window_property.h"
|
| +#include "ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
|
| +#include "ash/common/wm/workspace/workspace_layout_manager_delegate.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/keyboard/keyboard_controller_observer.h"
|
|
|
|
|