| Index: ash/common/wm/drag_details.h
|
| diff --git a/ash/wm/common/drag_details.h b/ash/common/wm/drag_details.h
|
| similarity index 92%
|
| rename from ash/wm/common/drag_details.h
|
| rename to ash/common/wm/drag_details.h
|
| index 95b7e04fbe52989d42a7b4e7c97716381c8c2472..05c597298d7e539a1c614d22075afd0351aac7f9 100644
|
| --- a/ash/wm/common/drag_details.h
|
| +++ b/ash/common/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_WM_COMMON_DRAG_DETAILS_H_
|
| -#define ASH_WM_COMMON_DRAG_DETAILS_H_
|
| +#ifndef ASH_COMMON_WM_DRAG_DETAILS_H_
|
| +#define ASH_COMMON_WM_DRAG_DETAILS_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/wm_types.h"
|
| +#include "ash/common/wm/wm_types.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/wm/public/window_move_client.h"
|
|
|
| @@ -68,4 +68,4 @@ struct ASH_EXPORT DragDetails {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_DRAG_DETAILS_H_
|
| +#endif // ASH_COMMON_WM_DRAG_DETAILS_H_
|
|
|