| Index: ash/common/wm/workspace/workspace_layout_manager.h
|
| diff --git a/ash/wm/common/workspace/workspace_layout_manager.h b/ash/common/wm/workspace/workspace_layout_manager.h
|
| similarity index 91%
|
| rename from ash/wm/common/workspace/workspace_layout_manager.h
|
| rename to ash/common/wm/workspace/workspace_layout_manager.h
|
| index a5a17013447c34a3432e551e73d16f19e9e063fc..ba7d75179b2b5fea211f74e60ab400498c7d1809 100644
|
| --- a/ash/wm/common/workspace/workspace_layout_manager.h
|
| +++ b/ash/common/wm/workspace/workspace_layout_manager.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
| -#define ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
| +#ifndef ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
| +#define ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
|
|
| #include <memory>
|
| #include <set>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/window_state_observer.h"
|
| -#include "ash/wm/common/wm_activation_observer.h"
|
| -#include "ash/wm/common/wm_layout_manager.h"
|
| -#include "ash/wm/common/wm_root_window_controller_observer.h"
|
| -#include "ash/wm/common/wm_types.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| +#include "ash/common/wm/window_state_observer.h"
|
| +#include "ash/common/wm/wm_activation_observer.h"
|
| +#include "ash/common/wm/wm_layout_manager.h"
|
| +#include "ash/common/wm/wm_root_window_controller_observer.h"
|
| +#include "ash/common/wm/wm_types.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/keyboard/keyboard_controller_observer.h"
|
| @@ -145,4 +145,4 @@ class ASH_EXPORT WorkspaceLayoutManager
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
| +#endif // ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
|
|
|