| 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 01484baa33e72c5270c69e484d9b6dfc4b1fc074..5ed0e09a7ed906630e17723b1b94ab28b91cf953 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -502,7 +502,7 @@ void DragDropController::AnimationEnded(const gfx::Animation* animation) {
|
| if (!IsDragDropInProgress())
|
| drag_image_.reset();
|
| if (pending_long_tap_) {
|
| - // If not in a nested message loop, we can forward the long tap right now.
|
| + // If not in a nested run loop, we can forward the long tap right now.
|
| if (!should_block_during_drag_drop_) {
|
| ForwardPendingLongTap();
|
| } else {
|
|
|