| Index: ash/common/wm/window_resizer.h
|
| diff --git a/ash/wm/common/window_resizer.h b/ash/common/wm/window_resizer.h
|
| similarity index 94%
|
| rename from ash/wm/common/window_resizer.h
|
| rename to ash/common/wm/window_resizer.h
|
| index 34e71ef7d05569bd406fd5fb3b54f5da32c950c5..888384e20a36acd0a3d7ac6dcce84b433528f91f 100644
|
| --- a/ash/wm/common/window_resizer.h
|
| +++ b/ash/common/wm/window_resizer.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_WINDOW_RESIZER_H_
|
| -#define ASH_WM_COMMON_WINDOW_RESIZER_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_RESIZER_H_
|
| +#define ASH_COMMON_WM_WINDOW_RESIZER_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/drag_details.h"
|
| -#include "ash/wm/common/window_state.h"
|
| +#include "ash/common/wm/drag_details.h"
|
| +#include "ash/common/wm/window_state.h"
|
| #include "base/macros.h"
|
| #include "ui/wm/public/window_move_client.h"
|
|
|
| @@ -108,4 +108,4 @@ ASH_EXPORT std::unique_ptr<WindowResizer> CreateWindowResizer(
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WINDOW_RESIZER_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_RESIZER_H_
|
|
|