Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
index 60142bbc96645adf7f4a4eaa44f04490ed027cf5..37c718e83098436809053a8e46a48bc200205143 100644 |
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
@@ -32,7 +32,7 @@ class XScopedEventSelector; |
namespace views { |
-// Runs a nested message loop and grabs the mouse. This is used to implement |
+// Runs a nested run loop and grabs the mouse. This is used to implement |
// dragging. |
class X11WholeScreenMoveLoop : public X11MoveLoop, |
public ui::PlatformEventDispatcher { |
@@ -64,7 +64,7 @@ class X11WholeScreenMoveLoop : public X11MoveLoop, |
X11MoveLoopDelegate* delegate_; |
- // Are we running a nested message loop from RunMoveLoop()? |
+ // Are we running a nested run loop from RunMoveLoop()? |
bool in_move_loop_; |
std::unique_ptr<ui::ScopedEventDispatcher> nested_dispatcher_; |