summaryrefslogtreecommitdiffstats
path: root/sandbox/src/interception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/interception.cc')
-rw-r--r--sandbox/src/interception.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc
index 28edf2c..003ebd8 100644
--- a/sandbox/src/interception.cc
+++ b/sandbox/src/interception.cc
@@ -10,8 +10,8 @@
#include "sandbox/src/interception.h"
#include "base/logging.h"
-#include "base/pe_image.h"
#include "base/scoped_ptr.h"
+#include "base/win/pe_image.h"
#include "sandbox/src/interception_internal.h"
#include "sandbox/src/interceptors.h"
#include "sandbox/src/sandbox.h"
@@ -411,7 +411,7 @@ bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks,
if (!ntdll_base)
return false;
- PEImage ntdll_image(ntdll_base);
+ base::win::PEImage ntdll_image(ntdll_base);
// Bypass purify's interception.
wchar_t* loader_get = reinterpret_cast<wchar_t*>(