diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-17 10:09:39 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-17 10:09:39 +0000 |
commit | 382abc2bc90652b921c092e3342e8920f0603b17 (patch) | |
tree | 285a0524ca389f232c0f4e3e4b1b974873a59038 /chrome/browser/child_process_launcher.cc | |
parent | 352de89080246d48bcf30a939b7e3418513b1572 (diff) | |
download | chromium_src-382abc2bc90652b921c092e3342e8920f0603b17.zip chromium_src-382abc2bc90652b921c092e3342e8920f0603b17.tar.gz chromium_src-382abc2bc90652b921c092e3342e8920f0603b17.tar.bz2 |
Moving sandbox_policy files into chrome/common .
In the next CL (http://codereview.chromium.org/542030/show) NaCl broker code will need to include sandbox_policy.h from chrome/nacl, and without this move check_deps test fails.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/543042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/child_process_launcher.cc')
-rw-r--r-- | chrome/browser/child_process_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/child_process_launcher.cc b/chrome/browser/child_process_launcher.cc index 91bc2e6..d290e36 100644 --- a/chrome/browser/child_process_launcher.cc +++ b/chrome/browser/child_process_launcher.cc @@ -15,7 +15,7 @@ #include "chrome/common/result_codes.h" #if defined(OS_WIN) -#include "chrome/browser/sandbox_policy.h" +#include "chrome/common/sandbox_policy.h" #elif defined(OS_LINUX) #include "base/singleton.h" #include "chrome/browser/crash_handler_host_linux.h" |