| Index: ash/common/wm/workspace/multi_window_resize_controller.h
|
| diff --git a/ash/wm/common/workspace/multi_window_resize_controller.h b/ash/common/wm/workspace/multi_window_resize_controller.h
|
| similarity index 95%
|
| rename from ash/wm/common/workspace/multi_window_resize_controller.h
|
| rename to ash/common/wm/workspace/multi_window_resize_controller.h
|
| index a0bab3fea061b880b590b9629b70ce79bb95c8a6..009fa683f139ddbfadabfb788c09de9a90529c03 100644
|
| --- a/ash/wm/common/workspace/multi_window_resize_controller.h
|
| +++ b/ash/common/wm/workspace/multi_window_resize_controller.h
|
| @@ -2,14 +2,14 @@
|
| // 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_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
| -#define ASH_WM_COMMON_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
| +#ifndef ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
| +#define ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| #include "base/macros.h"
|
| #include "base/timer/timer.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -177,4 +177,4 @@ class ASH_EXPORT MultiWindowResizeController
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
| +#endif // ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
|
|
|