| Index: ash/drag_drop/drag_drop_controller.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc
|
| index acecc8133666121fb24c5052de6f3ee362468fa8..01788dd08822d220da04054f551d6a4c5576ddf5 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -62,7 +62,7 @@ int DragDropController::StartDragAndDrop(const ui::OSExchangeData& data,
|
| int operation) {
|
| DCHECK(!IsDragDropInProgress());
|
|
|
| - drag_drop_tracker_.reset(new DragDropTracker(root_window));
|
| + drag_drop_tracker_.reset(new DragDropTracker);
|
|
|
| drag_data_ = &data;
|
| drag_operation_ = operation;
|
|
|