summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
diff options
context:
space:
mode:
authorjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 01:31:31 +0000
committerjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 01:31:31 +0000
commit13d6b3c13a2948b2da99c4f1ba49649653b7483a (patch)
tree0839dfb147f51d102d6611751e62b0113e148230 /content/browser/child_process_launcher.cc
parent267398d04667f932fb77f7a56c1f6633b78b0a06 (diff)
downloadchromium_src-13d6b3c13a2948b2da99c4f1ba49649653b7483a.zip
chromium_src-13d6b3c13a2948b2da99c4f1ba49649653b7483a.tar.gz
chromium_src-13d6b3c13a2948b2da99c4f1ba49649653b7483a.tar.bz2
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
Diffstat (limited to 'content/browser/child_process_launcher.cc')
-rw-r--r--content/browser/child_process_launcher.cc2
1 files changed, 1 insertions, 1 deletions
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)