diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 14:39:57 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 14:39:57 +0000 |
commit | 71ed8e02feb09bc17a3089d0796272680e0456ca (patch) | |
tree | 494da6d27b80a45b30265c471da88f81ed28dd5f /content/common/sandbox_util.h | |
parent | 9969f6fe432fabc4829b2478eee70f2aa8231235 (diff) | |
download | chromium_src-71ed8e02feb09bc17a3089d0796272680e0456ca.zip chromium_src-71ed8e02feb09bc17a3089d0796272680e0456ca.tar.gz chromium_src-71ed8e02feb09bc17a3089d0796272680e0456ca.tar.bz2 |
Update include paths in content/common for base/process changes.
BUG=242290
R=avi@chromium.org, jschuh@chromium.org
Review URL: https://codereview.chromium.org/19475007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_util.h')
-rw-r--r-- | content/common/sandbox_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_util.h b/content/common/sandbox_util.h index c6d2fce..54814df 100644 --- a/content/common/sandbox_util.h +++ b/content/common/sandbox_util.h @@ -5,7 +5,7 @@ #ifndef CONTENT_COMMON_SANDBOX_UTIL_H_ #define CONTENT_COMMON_SANDBOX_UTIL_H_ -#include "base/process.h" +#include "base/process/process.h" #include "ipc/ipc_platform_file.h" // This file contains cross-platform sandbox code internal to content. |