summaryrefslogtreecommitdiffstats
path: root/content/zygote
diff options
context:
space:
mode:
authorrickyz <rickyz@chromium.org>2015-01-21 13:57:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-21 21:58:29 +0000
commita2f6d748a24879d0bdd824e2020d0938d103c8f9 (patch)
tree5a7325d49cf26e32f91351b36ee6e3d79a09711b /content/zygote
parenta141109f58a13bda68ff44d55a27e07b4c39ff37 (diff)
downloadchromium_src-a2f6d748a24879d0bdd824e2020d0938d103c8f9.zip
chromium_src-a2f6d748a24879d0bdd824e2020d0938d103c8f9.tar.gz
chromium_src-a2f6d748a24879d0bdd824e2020d0938d103c8f9.tar.bz2
Move ForkWithFlags from process* to launch*.
As suggested at https://codereview.chromium.org/840893003/. BUG= Review URL: https://codereview.chromium.org/839013005 Cr-Commit-Position: refs/heads/master@{#312465}
Diffstat (limited to 'content/zygote')
-rw-r--r--content/zygote/zygote_linux.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
index ba2097a..f7e043a 100644
--- a/content/zygote/zygote_linux.cc
+++ b/content/zygote/zygote_linux.cc
@@ -22,6 +22,9 @@
#include "base/posix/global_descriptors.h"
#include "base/posix/unix_domain_socket_linux.h"
#include "base/process/kill.h"
+#include "base/process/launch.h"
+#include "base/process/process.h"
+#include "base/process/process_handle.h"
#include "content/common/child_process_sandbox_support_impl_linux.h"
#include "content/common/sandbox_linux/sandbox_linux.h"
#include "content/common/set_process_title.h"
@@ -33,7 +36,6 @@
#include "content/public/common/zygote_fork_delegate_linux.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_switches.h"
-#include "sandbox/linux/services/syscall_wrappers.h"
#if defined(ADDRESS_SANITIZER)
#include <sanitizer/asan_interface.h>