| Index: ash/wm/common/drag_details.h
|
| diff --git a/ash/wm/drag_details.h b/ash/wm/common/drag_details.h
|
| similarity index 93%
|
| rename from ash/wm/drag_details.h
|
| rename to ash/wm/common/drag_details.h
|
| index eb52bd5ac9e807b9ec545f7cd225082cb2246d2b..95b7e04fbe52989d42a7b4e7c97716381c8c2472 100644
|
| --- a/ash/wm/drag_details.h
|
| +++ b/ash/wm/common/drag_details.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_DRAG_DETAILS_H_
|
| -#define ASH_WM_DRAG_DETAILS_H_
|
| +#ifndef ASH_WM_COMMON_DRAG_DETAILS_H_
|
| +#define ASH_WM_COMMON_DRAG_DETAILS_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/wm/common/wm_types.h"
|
| @@ -68,4 +68,4 @@ struct ASH_EXPORT DragDetails {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_DRAG_DETAILS_H_
|
| +#endif // ASH_WM_COMMON_DRAG_DETAILS_H_
|
|
|