summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/sidestep
diff options
context:
space:
mode:
authorjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 20:05:22 +0000
committerjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 20:05:22 +0000
commitd30379c187b8a338a431942ce4f25944578ae26b (patch)
treebc8ab8dfc25cdccd5da080e4252ef159d9806fcf /sandbox/win/src/sidestep
parent4bcf1c120956613b5f899fb1d6f677961ea8806d (diff)
downloadchromium_src-d30379c187b8a338a431942ce4f25944578ae26b.zip
chromium_src-d30379c187b8a338a431942ce4f25944578ae26b.tar.gz
chromium_src-d30379c187b8a338a431942ce4f25944578ae26b.tar.bz2
sandbox/src -> sandbox/win/src
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win/src/sidestep')
-rw-r--r--sandbox/win/src/sidestep/ia32_modrm_map.cpp4
-rw-r--r--sandbox/win/src/sidestep/ia32_opcode_map.cpp2
-rw-r--r--sandbox/win/src/sidestep/mini_disassembler.cpp2
-rw-r--r--sandbox/win/src/sidestep/mini_disassembler.h2
-rw-r--r--sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp6
5 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/win/src/sidestep/ia32_modrm_map.cpp b/sandbox/win/src/sidestep/ia32_modrm_map.cpp
index b22ab1d..89bc189 100644
--- a/sandbox/win/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 {
diff --git a/sandbox/win/src/sidestep/ia32_opcode_map.cpp b/sandbox/win/src/sidestep/ia32_opcode_map.cpp
index 9f37cef..b7d8a60 100644
--- a/sandbox/win/src/sidestep/ia32_opcode_map.cpp
+++ b/sandbox/win/src/sidestep/ia32_opcode_map.cpp
@@ -7,7 +7,7 @@
// for how to lay out the tables in memory taken from the implementation
// in the Bastard disassembly environment.
-#include "sandbox/src/sidestep/mini_disassembler.h"
+#include "sandbox/win/src/sidestep/mini_disassembler.h"
namespace sidestep {
diff --git a/sandbox/win/src/sidestep/mini_disassembler.cpp b/sandbox/win/src/sidestep/mini_disassembler.cpp
index 514522a..1e8e0bd 100644
--- a/sandbox/win/src/sidestep/mini_disassembler.cpp
+++ b/sandbox/win/src/sidestep/mini_disassembler.cpp
@@ -8,7 +8,7 @@
#error The code in this file should not be used on 64-bit Windows.
#endif
-#include "sandbox/src/sidestep/mini_disassembler.h"
+#include "sandbox/win/src/sidestep/mini_disassembler.h"
namespace sidestep {
diff --git a/sandbox/win/src/sidestep/mini_disassembler.h b/sandbox/win/src/sidestep/mini_disassembler.h
index 444df36..202c4ec 100644
--- a/sandbox/win/src/sidestep/mini_disassembler.h
+++ b/sandbox/win/src/sidestep/mini_disassembler.h
@@ -7,7 +7,7 @@
#ifndef SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_H__
#define SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_H__
-#include "sandbox/src/sidestep/mini_disassembler_types.h"
+#include "sandbox/win/src/sidestep/mini_disassembler_types.h"
namespace sidestep {
diff --git a/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
index 4bdd79c2..999d76b 100644
--- a/sandbox/win/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