| Index: ash/common/wm/wm_root_window_controller.h
|
| diff --git a/ash/wm/common/wm_root_window_controller.h b/ash/common/wm/wm_root_window_controller.h
|
| similarity index 89%
|
| rename from ash/wm/common/wm_root_window_controller.h
|
| rename to ash/common/wm/wm_root_window_controller.h
|
| index a59a61f3f5eac491af9403e6cd22096a34d52e81..0429440ad817e557000a35039845a112ae3982ce 100644
|
| --- a/ash/wm/common/wm_root_window_controller.h
|
| +++ b/ash/common/wm/wm_root_window_controller.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WM_ROOT_CONTROLLER_H_
|
| -#define ASH_WM_COMMON_WM_ROOT_CONTROLLER_H_
|
| +#ifndef ASH_COMMON_WM_WM_ROOT_WINDOW_CONTROLLER_H_
|
| +#define ASH_COMMON_WM_WM_ROOT_WINDOW_CONTROLLER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/workspace/workspace_types.h"
|
| +#include "ash/common/wm/workspace/workspace_types.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace gfx {
|
| @@ -63,4 +63,4 @@ class ASH_EXPORT WmRootWindowController {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WM_ROOT_CONTROLLER_H_
|
| +#endif // ASH_COMMON_WM_WM_ROOT_WINDOW_CONTROLLER_H_
|
|
|