| Index: ash/wm/workspace/phantom_window_controller.h
|
| diff --git a/ash/common/wm/workspace/phantom_window_controller.h b/ash/wm/workspace/phantom_window_controller.h
|
| similarity index 89%
|
| rename from ash/common/wm/workspace/phantom_window_controller.h
|
| rename to ash/wm/workspace/phantom_window_controller.h
|
| index 6ac7da2bcc98bccf6b7803471cd6117617940998..4a43abad5a934ca19bbc2180d461aa854c390860 100644
|
| --- a/ash/common/wm/workspace/phantom_window_controller.h
|
| +++ b/ash/wm/workspace/phantom_window_controller.h
|
| @@ -2,8 +2,8 @@
|
| // 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_PHANTOM_WINDOW_CONTROLLER_H_
|
| -#define ASH_COMMON_WM_WORKSPACE_PHANTOM_WINDOW_CONTROLLER_H_
|
| +#ifndef ASH_WM_WORKSPACE_PHANTOM_WINDOW_CONTROLLER_H_
|
| +#define ASH_WM_WORKSPACE_PHANTOM_WINDOW_CONTROLLER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -54,4 +54,4 @@ class ASH_EXPORT PhantomWindowController {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WORKSPACE_PHANTOM_WINDOW_CONTROLLER_H_
|
| +#endif // ASH_WM_WORKSPACE_PHANTOM_WINDOW_CONTROLLER_H_
|
|
|