| Index: ash/wm/drag_details.h
|
| diff --git a/ash/common/wm/drag_details.h b/ash/wm/drag_details.h
|
| similarity index 91%
|
| rename from ash/common/wm/drag_details.h
|
| rename to ash/wm/drag_details.h
|
| index 0ea810d1454412775701d33f1381caa528ba3ee9..6f7d596f57b4988c3ba5c3cdcf452000d76a5361 100644
|
| --- a/ash/common/wm/drag_details.h
|
| +++ b/ash/wm/drag_details.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_COMMON_WM_DRAG_DETAILS_H_
|
| -#define ASH_COMMON_WM_DRAG_DETAILS_H_
|
| +#ifndef ASH_WM_DRAG_DETAILS_H_
|
| +#define ASH_WM_DRAG_DETAILS_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/wm_types.h"
|
| +#include "ash/wm/wm_types.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/wm/public/window_move_client.h"
|
|
|
| @@ -61,4 +61,4 @@ struct ASH_EXPORT DragDetails {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_DRAG_DETAILS_H_
|
| +#endif // ASH_WM_DRAG_DETAILS_H_
|
|
|