Index: content/browser/tab_contents/render_view_host_manager.h |
=================================================================== |
--- content/browser/tab_contents/render_view_host_manager.h (revision 110571) |
+++ content/browser/tab_contents/render_view_host_manager.h (working copy) |
@@ -237,7 +237,7 @@ |
// Called when a renderer process is starting to close. We should not |
// schedule new navigations in its swapped out RenderViewHosts after this. |
- void RendererProcessClosing(RenderProcessHost* render_process_host); |
+ void RendererProcessClosing(content::RenderProcessHost* render_process_host); |
// Our delegate, not owned by us. Guaranteed non-NULL. |
Delegate* delegate_; |