| Index: ash/drag_drop/drag_drop_controller.h
|
| diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h
|
| index 1282063762029eacac7c2a3839afe8f5af627116..edc5c7cab9e03a631f068c00c349988d16da0f56 100644
|
| --- a/ash/drag_drop/drag_drop_controller.h
|
| +++ b/ash/drag_drop/drag_drop_controller.h
|
| @@ -126,7 +126,7 @@ class ASH_EXPORT DragDropController : public aura::client::DragDropClient,
|
| // Only be used for tests.
|
| bool should_block_during_drag_drop_;
|
|
|
| - // Closure for quitting nested message loop.
|
| + // Closure for quitting nested run loop.
|
| base::Closure quit_closure_;
|
|
|
| std::unique_ptr<ash::DragDropTracker> drag_drop_tracker_;
|
|
|