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