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 52b3583cf05f55c2b8cdd8068f90a365390fb85a..41d26f9531de8a15cf855bd9da5bedea0bba333d 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -506,7 +506,7 @@ bool RenderProcessHostImpl::Init() { |
// Spawn the child process asynchronously to avoid blocking the UI thread. |
// As long as there's no renderer prefix, we can use the zygote process |
// at this stage. |
- child_process_launcher_.reset(new ChildProcessLauncher( |
+ child_process_launcher_.reset(ChildProcessLauncher::Create( |
#if defined(OS_WIN) |
new RendererSandboxedProcessLauncherDelegate, |
#elif defined(OS_POSIX) |