| Index: ash/common/wm/drag_details.h
|
| diff --git a/ash/common/wm/drag_details.h b/ash/common/wm/drag_details.h
|
| index 1ced3d9a894ff8102b30404edb9e03c6c2a05833..0ea810d1454412775701d33f1381caa528ba3ee9 100644
|
| --- a/ash/common/wm/drag_details.h
|
| +++ b/ash/common/wm/drag_details.h
|
| @@ -10,18 +10,10 @@
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/wm/public/window_move_client.h"
|
|
|
| -namespace aura {
|
| -class Window;
|
| -}
|
| -
|
| namespace ash {
|
|
|
| class WmWindow;
|
|
|
| -namespace wm {
|
| -class WindowState;
|
| -}
|
| -
|
| struct ASH_EXPORT DragDetails {
|
| DragDetails(WmWindow* window,
|
| const gfx::Point& location,
|
|
|