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

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

Issue 10783004: Move Windows Sandbox, trybots version (don't commit me!) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to top of tree 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/sid_unittest.cc ('k') | sandbox/win/src/sidestep/ia32_opcode_map.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sidestep/ia32_modrm_map.cpp
diff --git a/sandbox/src/sidestep/ia32_modrm_map.cpp b/sandbox/win/src/sidestep/ia32_modrm_map.cpp
similarity index 96%
rename from sandbox/src/sidestep/ia32_modrm_map.cpp
rename to sandbox/win/src/sidestep/ia32_modrm_map.cpp
index b22ab1dec91200db4452193e9efe26fec2b0429e..89bc1895eb09fab208c0a6ea1b54d825543c4bec 100644
--- a/sandbox/src/sidestep/ia32_modrm_map.cpp
+++ b/sandbox/win/src/sidestep/ia32_modrm_map.cpp
@@ -6,8 +6,8 @@
// Based on information in the IA-32 Intel Architecture
// Software Developer's Manual Volume 2: Instruction Set Reference.
-#include "sandbox/src/sidestep/mini_disassembler.h"
-#include "sandbox/src/sidestep/mini_disassembler_types.h"
+#include "sandbox/win/src/sidestep/mini_disassembler.h"
+#include "sandbox/win/src/sidestep/mini_disassembler_types.h"
namespace sidestep {
« no previous file with comments | « sandbox/win/src/sid_unittest.cc ('k') | sandbox/win/src/sidestep/ia32_opcode_map.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698