Chromium Code Reviews| Index: ash/wm/drag_details.h |
| diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h |
| index bfa392314c5d3c3a39bd4544d7e55af68329c288..b800060718aadc43d6c69a37ba55f1f267247692 100644 |
| --- a/ash/wm/drag_details.h |
| +++ b/ash/wm/drag_details.h |
| @@ -5,9 +5,10 @@ |
| #ifndef ASH_WM_DRAG_DETAILS_H_ |
| #define ASH_WM_DRAG_DETAILS_H_ |
| +#include <memory> |
|
oshima
2016/04/08 07:09:42
remove this?
|
| + |
| #include "ash/ash_export.h" |
| #include "ash/wm/wm_types.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "ui/gfx/geometry/rect.h" |
| #include "ui/wm/public/window_move_client.h" |