diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 18:21:47 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 18:21:47 +0000 |
commit | cd5fa1a75ca06ab127d9ef40d28e45dbf78d855b (patch) | |
tree | 69bdd2897ac6c8ab8dc3348106460e238290f6f5 /content/browser/child_process_launcher.cc | |
parent | 431427ca001d085f0194d39e1f15d12b88e4e966 (diff) | |
download | chromium_src-cd5fa1a75ca06ab127d9ef40d28e45dbf78d855b.zip chromium_src-cd5fa1a75ca06ab127d9ef40d28e45dbf78d855b.tar.gz chromium_src-cd5fa1a75ca06ab127d9ef40d28e45dbf78d855b.tar.bz2 |
Move sandbox_policy to content.
BUG=76697
Review URL: http://codereview.chromium.org/7084010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/child_process_launcher.cc')
-rw-r--r-- | content/browser/child_process_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc index 6a53d75..6955ec3 100644 --- a/content/browser/child_process_launcher.cc +++ b/content/browser/child_process_launcher.cc @@ -20,7 +20,7 @@ #if defined(OS_WIN) #include "base/file_path.h" -#include "chrome/common/sandbox_policy.h" +#include "content/common/sandbox_policy.h" #elif defined(OS_LINUX) #include "base/memory/singleton.h" #include "content/browser/zygote_host_linux.h" |