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

Unified Diff: sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp

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/sidestep/preamble_patcher.h ('k') | sandbox/win/src/sidestep_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
diff --git a/sandbox/src/sidestep/preamble_patcher_with_stub.cpp b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
similarity index 97%
rename from sandbox/src/sidestep/preamble_patcher_with_stub.cpp
rename to sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
index 4bdd79c20175b8b4fcad9da538ac554fe22f31e4..999d76bb21a8004ec25a7a7205454268f2813f0d 100644
--- a/sandbox/src/sidestep/preamble_patcher_with_stub.cpp
+++ b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
@@ -4,10 +4,10 @@
// Implementation of PreamblePatcher
-#include "sandbox/src/sidestep/preamble_patcher.h"
+#include "sandbox/win/src/sidestep/preamble_patcher.h"
-#include "sandbox/src/sandbox_nt_util.h"
-#include "sandbox/src/sidestep/mini_disassembler.h"
+#include "sandbox/win/src/sandbox_nt_util.h"
+#include "sandbox/win/src/sidestep/mini_disassembler.h"
// Definitions of assembly statements we need
#define ASM_JMP32REL 0xE9
« no previous file with comments | « sandbox/win/src/sidestep/preamble_patcher.h ('k') | sandbox/win/src/sidestep_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698