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

Unified Diff: chrome/test/base/chrome_test_launcher.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/DEPS ('k') | chrome/test/security_tests/security_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_launcher.cc
diff --git a/chrome/test/base/chrome_test_launcher.cc b/chrome/test/base/chrome_test_launcher.cc
index cf3a54bc21c1f5246f291327b2493bf659f21249..8ca99746cc2ce33d1fb50bb543278ed7df1dbf10 100644
--- a/chrome/test/base/chrome_test_launcher.cc
+++ b/chrome/test/base/chrome_test_launcher.cc
@@ -20,7 +20,7 @@
#if defined(OS_WIN)
#include "content/public/app/startup_helper_win.h"
-#include "sandbox/src/sandbox_types.h"
+#include "sandbox/win/src/sandbox_types.h"
#endif // defined(OS_WIN)
class ChromeTestLauncherDelegate : public test_launcher::TestLauncherDelegate {
« no previous file with comments | « chrome/test/DEPS ('k') | chrome/test/security_tests/security_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698