| Index: ash/wm/common/drag_details.h
|
| diff --git a/ash/wm/common/drag_details.h b/ash/wm/common/drag_details.h
|
| index c60e6f549afc792afa3e15cd18877a8a7373fc32..95b7e04fbe52989d42a7b4e7c97716381c8c2472 100644
|
| --- a/ash/wm/common/drag_details.h
|
| +++ b/ash/wm/common/drag_details.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef ASH_WM_COMMON_DRAG_DETAILS_H_
|
| #define ASH_WM_COMMON_DRAG_DETAILS_H_
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
| #include "ash/wm/common/wm_types.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/wm/public/window_move_client.h"
|
| @@ -21,7 +21,7 @@ class WmWindow;
|
| class WindowState;
|
| }
|
|
|
| -struct ASH_WM_COMMON_EXPORT DragDetails {
|
| +struct ASH_EXPORT DragDetails {
|
| DragDetails(wm::WmWindow* window,
|
| const gfx::Point& location,
|
| int window_component,
|
|
|