summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-28 18:21:47 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-28 18:21:47 +0000
commitcd5fa1a75ca06ab127d9ef40d28e45dbf78d855b (patch)
tree69bdd2897ac6c8ab8dc3348106460e238290f6f5 /content/browser/child_process_launcher.cc
parent431427ca001d085f0194d39e1f15d12b88e4e966 (diff)
downloadchromium_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.cc2
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"