Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7506)

Unified Diff: chrome/test/security_tests/security_tests.cc

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (properly this time) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome/test/security_tests/security_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/security_tests/security_tests.cc
diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc
index 550380f4007373af4c888cceaf4b180f643433c3..caa02607b4e33f78324bef668d2d3613c61ea79f 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;
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome/test/security_tests/security_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698