summaryrefslogtreecommitdiffstats
path: root/sandbox
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 /sandbox
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 'sandbox')
-rw-r--r--sandbox/linux/services/credentials.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc
index 274ae28..291c2ca 100644
--- a/sandbox/linux/services/credentials.cc
+++ b/sandbox/linux/services/credentials.cc
@@ -19,7 +19,7 @@
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/posix/eintr_wrapper.h"
-#include "base/process/process.h"
+#include "base/process/launch.h"
#include "base/template_util.h"
#include "base/third_party/valgrind/valgrind.h"
#include "sandbox/linux/services/syscall_wrappers.h"