Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index ecd4139d42d3e8efd3941311dd8cdde8d3e41bb6..783d97e21078ef7353d6f1c6b9063501830c5ec9 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1520,7 +1520,7 @@ RenderProcessHost* RenderProcessHost::GetExistingProcessHost( |
} |
// static |
-bool RenderProcessHostImpl::ShouldUseProcessPerSite( |
+bool RenderProcessHost::ShouldUseProcessPerSite( |
BrowserContext* browser_context, |
const GURL& url) { |
// Returns true if we should use the process-per-site model. This will be |