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 8e3f4e8d91ab47ef8bfe57a55b31da061227b0ea..22e4c79fcc5190c6fa410051f6e562bc3591c763 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -38,7 +38,6 @@ |
#include "ui/events/latency_info.h" |
#include "ui/gfx/native_widget_types.h" |
-class WebCursor; |
struct AcceleratedSurfaceMsg_BufferPresented_Params; |
struct ViewHostMsg_CompositorSurfaceBuffersSwapped_Params; |
struct ViewHostMsg_UpdateRect_Params; |
@@ -84,6 +83,7 @@ class RenderWidgetHostDelegate; |
class RenderWidgetHostViewPort; |
class SyntheticGestureController; |
class TimeoutMonitor; |
+class WebCursor; |
struct EditCommand; |
// This implements the RenderWidgetHost interface that is exposed to |