summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:31:53 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:31:53 +0000
commit70b0b261ec1c2c9b8610883e93b7ccdd9ca0fc5f (patch)
treeb2c2c57bc8810d8fe29bae7bf9b4ca736ac17d2e /sandbox
parent02c561331bfdf2d375f1b670a9554fb19f29a18a (diff)
downloadchromium_src-70b0b261ec1c2c9b8610883e93b7ccdd9ca0fc5f.zip
chromium_src-70b0b261ec1c2c9b8610883e93b7ccdd9ca0fc5f.tar.gz
chromium_src-70b0b261ec1c2c9b8610883e93b7ccdd9ca0fc5f.tar.bz2
Update include paths in sandbox for base/process changes.
BUG=242290 R=rvargas@chromium.org Review URL: https://codereview.chromium.org/19824004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/linux/services/broker_process.h2
-rw-r--r--sandbox/win/tests/common/controller.cc3
2 files changed, 2 insertions, 3 deletions
diff --git a/sandbox/linux/services/broker_process.h b/sandbox/linux/services/broker_process.h
index b7bb239..901ae50 100644
--- a/sandbox/linux/services/broker_process.h
+++ b/sandbox/linux/services/broker_process.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/pickle.h"
-#include "base/process.h"
+#include "base/process/process.h"
namespace sandbox {
diff --git a/sandbox/win/tests/common/controller.cc b/sandbox/win/tests/common/controller.cc
index 47ce776..a85b2bf 100644
--- a/sandbox/win/tests/common/controller.cc
+++ b/sandbox/win/tests/common/controller.cc
@@ -6,8 +6,7 @@
#include <string>
-#include "base/process.h"
-#include "base/process_util.h"
+#include "base/process/process.h"
#include "base/strings/sys_string_conversions.h"
#include "base/win/windows_version.h"
#include "sandbox/win/src/sandbox_factory.h"