From d30379c187b8a338a431942ce4f25944578ae26b Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Fri, 13 Jul 2012 20:05:22 +0000 Subject: sandbox/src -> sandbox/win/src git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146626 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/win/src/sidestep/ia32_modrm_map.cpp | 4 ++-- sandbox/win/src/sidestep/ia32_opcode_map.cpp | 2 +- sandbox/win/src/sidestep/mini_disassembler.cpp | 2 +- sandbox/win/src/sidestep/mini_disassembler.h | 2 +- sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sandbox/win/src/sidestep') 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 -- cgit v1.1