| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/common/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| similarity index 89%
|
| rename from ash/common/wm/workspace_controller.h
|
| rename to ash/wm/workspace_controller.h
|
| index d37fe682b4ba647ec5412a10444598a79c44a933..22bf5bb3cb0a27e3749898726c9d8e4cbcbab587 100644
|
| --- a/ash/common/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_WORKSPACE_CONTROLLER_H_
|
| -#define ASH_COMMON_WM_WORKSPACE_CONTROLLER_H_
|
| +#ifndef ASH_WM_WORKSPACE_CONTROLLER_H_
|
| +#define ASH_WM_WORKSPACE_CONTROLLER_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/workspace/workspace_types.h"
|
| +#include "ash/wm/workspace/workspace_types.h"
|
| #include "base/macros.h"
|
| #include "ui/aura/window_observer.h"
|
|
|
| @@ -57,4 +57,4 @@ class ASH_EXPORT WorkspaceController : public aura::WindowObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WORKSPACE_CONTROLLER_H_
|
| +#endif // ASH_WM_WORKSPACE_CONTROLLER_H_
|
|
|