| 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 f35039c3dec09cbcc37751339a787fe5805242a8..c725b0f205007533509d607428d7c26d42e8c206 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -145,8 +145,7 @@ DragDropController::DragDropController()
|
| drag_window_(NULL),
|
| drag_source_window_(NULL),
|
| should_block_during_drag_drop_(true),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(
|
| - drag_drop_window_delegate_(new DragDropTrackerDelegate(this))),
|
| + drag_drop_window_delegate_(new DragDropTrackerDelegate(this)),
|
| current_drag_event_source_(ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE),
|
| weak_factory_(this) {
|
| Shell::GetInstance()->AddPreTargetHandler(this);
|
|
|