Index: ash/drag_drop/drag_image_view.h |
diff --git a/ash/drag_drop/drag_image_view.h b/ash/drag_drop/drag_image_view.h |
index ee504f9abe62191f434f83e888fa529ca85f1a6a..5e15d9a1dedb8bdecbc4a346dc2257c05abe8f62 100644 |
--- a/ash/drag_drop/drag_image_view.h |
+++ b/ash/drag_drop/drag_image_view.h |
@@ -71,7 +71,7 @@ class DragImageView : public views::ImageView { |
// Overridden from views::view |
void Layout() override; |
- scoped_ptr<views::Widget> widget_; |
+ std::unique_ptr<views::Widget> widget_; |
gfx::Size widget_size_; |
ui::DragDropTypes::DragEventSource drag_event_source_; |