Index: content/browser/renderer_host/render_widget_fullscreen_host.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_fullscreen_host.h (revision 110571) |
+++ content/browser/renderer_host/render_widget_fullscreen_host.h (working copy) |
@@ -10,7 +10,8 @@ |
class CONTENT_EXPORT RenderWidgetFullscreenHost : public RenderWidgetHost { |
public: |
- RenderWidgetFullscreenHost(RenderProcessHost* process, int routing_id); |
+ RenderWidgetFullscreenHost(content::RenderProcessHost* process, |
+ int routing_id); |
}; |
#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_FULLSCREEN_HOST_H_ |