From 382abc2bc90652b921c092e3342e8920f0603b17 Mon Sep 17 00:00:00 2001 From: "gregoryd@google.com" Date: Sun, 17 Jan 2010 10:09:39 +0000 Subject: 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 --- chrome/browser/child_process_launcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/child_process_launcher.cc') 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" -- cgit v1.1