From 13d6b3c13a2948b2da99c4f1ba49649653b7483a Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Tue, 24 Jul 2012 01:31:31 +0000 Subject: Move zygote_host_impl_linux.* to content/browser/zygote_host BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10806076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148026 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/child_process_launcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/child_process_launcher.cc') diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc index fb5ed46..2f8a272 100644 --- a/content/browser/child_process_launcher.cc +++ b/content/browser/child_process_launcher.cc @@ -31,7 +31,7 @@ #elif defined(OS_POSIX) #include "base/memory/singleton.h" #include "content/browser/renderer_host/render_sandbox_host_linux.h" -#include "content/browser/zygote_host_impl_linux.h" +#include "content/browser/zygote_host/zygote_host_impl_linux.h" #endif #if defined(OS_POSIX) -- cgit v1.1