Index: ui/aura/mus/drag_drop_controller_mus.cc |
diff --git a/ui/aura/mus/drag_drop_controller_mus.cc b/ui/aura/mus/drag_drop_controller_mus.cc |
index 581c402701b7a8c2a9f2156cbec3ea81d5128df6..b5c41cae8809793644172335c851b701114df9ef 100644 |
--- a/ui/aura/mus/drag_drop_controller_mus.cc |
+++ b/ui/aura/mus/drag_drop_controller_mus.cc |
@@ -50,7 +50,7 @@ struct DragDropControllerMus::CurrentDragState { |
// OSExchangeData supplied to StartDragAndDrop(). |
const ui::OSExchangeData& drag_data; |
- // StartDragDrop() runs a nested message loop. This closure is used to quit |
+ // StartDragDrop() runs a nested run loop. This closure is used to quit |
// the run loop when the drag completes. |
base::Closure runloop_quit_closure; |
}; |