summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/render_view_host_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/render_view_host_manager.h')
-rw-r--r--content/browser/tab_contents/render_view_host_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
index 8a35bcb..8a744bc 100644
--- a/content/browser/tab_contents/render_view_host_manager.h
+++ b/content/browser/tab_contents/render_view_host_manager.h
@@ -237,7 +237,7 @@ class CONTENT_EXPORT RenderViewHostManager
// 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_;