diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 00:59:15 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 00:59:15 +0000 |
commit | 18149178646e45f3d7dde865efbeabbab431799a (patch) | |
tree | cc19ce0fc5cc1927695c789212fab93a195b9d9f /chrome/test/security_tests/security_tests.cc | |
parent | 4633cdb53427b31197d3c6f991f07bee2a04e0df (diff) | |
download | chromium_src-18149178646e45f3d7dde865efbeabbab431799a.zip chromium_src-18149178646e45f3d7dde865efbeabbab431799a.tar.gz chromium_src-18149178646e45f3d7dde865efbeabbab431799a.tar.bz2 |
Move the Windows sandbox to sandbox/win
This is a rather large refactor to move the Windows sandbox to the right place.
BUG=
TEST=
NOTRY=true
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10689170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/security_tests/security_tests.cc')
-rw-r--r-- | chrome/test/security_tests/security_tests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc index 550380f..caa0260 100644 --- a/chrome/test/security_tests/security_tests.cc +++ b/chrome/test/security_tests/security_tests.cc @@ -8,8 +8,8 @@ #define TEST_INJECTION_DLL #include "chrome/test/security_tests/ipc_security_tests.h" #include "content/common/injection_test_dll.h" -#include "sandbox/tests/common/controller.h" -#include "sandbox/tests/validation_tests/commands.h" +#include "sandbox/win/tests/common/controller.h" +#include "sandbox/win/tests/validation_tests/commands.h" using sandbox::TestOpenKey; using sandbox::TestOpenReadFile; |