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

Unified Diff: sandbox/win/src/interception_unittest.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 | « sandbox/win/src/interception_internal.h ('k') | sandbox/win/src/interceptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interception_unittest.cc
diff --git a/sandbox/src/interception_unittest.cc b/sandbox/win/src/interception_unittest.cc
similarity index 98%
rename from sandbox/src/interception_unittest.cc
rename to sandbox/win/src/interception_unittest.cc
index a0dd98d23cc9d7d255da229a976f14d025d2ee63..cc76767d7fd2f2226076d4156bb8d214a37a2873 100644
--- a/sandbox/src/interception_unittest.cc
+++ b/sandbox/win/src/interception_unittest.cc
@@ -9,10 +9,10 @@
#include <windows.h>
#include "base/memory/scoped_ptr.h"
-#include "sandbox/src/interception.h"
-#include "sandbox/src/interceptors.h"
-#include "sandbox/src/interception_internal.h"
-#include "sandbox/src/target_process.h"
+#include "sandbox/win/src/interception.h"
+#include "sandbox/win/src/interceptors.h"
+#include "sandbox/win/src/interception_internal.h"
+#include "sandbox/win/src/target_process.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sandbox {
« no previous file with comments | « sandbox/win/src/interception_internal.h ('k') | sandbox/win/src/interceptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698