Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 9f809db8ff5cd87f6515ac352ab6e1fd64cc9bfd..035f2c3a504e49ad942f0a5e484a0e49f3d04c81 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -734,7 +734,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
gfx::Rect last_window_screen_rect_; |
// True if a mouse move event was sent to the render view and we are waiting |
- // for a corresponding ViewHostMsg_HandleInputEvent_ACK message. |
+ // for a corresponding InputHostMsg_HandleInputEvent_ACK message. |
bool mouse_move_pending_; |
// The next mouse move event to send (only non-null while mouse_move_pending_ |