| Index: ash/drag_drop/drag_drop_controller_unittest.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| index a4865cd4fc2b23f22476a0effe4eb464d768c3ad..9b4720df01c91671e189f17757064452e8ccce9b 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -561,7 +561,6 @@ TEST_F(DragDropControllerTest, MAYBE_ViewRemovedWhileInDragDropTest) {
|
| std::unique_ptr<views::Widget> widget(CreateNewWidget());
|
| std::unique_ptr<DragTestView> drag_view(new DragTestView);
|
| AddViewToWidgetAndResize(widget.get(), drag_view.get());
|
| - gfx::Point point = gfx::Rect(drag_view->bounds()).CenterPoint();
|
| ui::OSExchangeData data;
|
| data.SetString(base::UTF8ToUTF16("I am being dragged"));
|
|
|
|
|