Index: content/browser/renderer_host/render_widget_host_view.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view.h (revision 110571) |
+++ content/browser/renderer_host/render_widget_host_view.h (working copy) |
@@ -27,12 +27,15 @@ |
#include "ui/gfx/surface/transport_dib.h" |
class BackingStore; |
-class RenderProcessHost; |
class RenderWidgetHost; |
class WebCursor; |
struct NativeWebKeyboardEvent; |
struct ViewHostMsg_AccessibilityNotification_Params; |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
namespace gfx { |
class Rect; |
class Size; |