summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/win/wow_helper/service64_resolver.cc4
-rw-r--r--sandbox/win/wow_helper/target_code.cc2
-rw-r--r--sandbox/win/wow_helper/wow_helper.cc4
3 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/win/wow_helper/service64_resolver.cc b/sandbox/win/wow_helper/service64_resolver.cc
index d54e0b0..fe8a210 100644
--- a/sandbox/win/wow_helper/service64_resolver.cc
+++ b/sandbox/win/wow_helper/service64_resolver.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sandbox/wow_helper/service64_resolver.h"
+#include "sandbox/win/wow_helper/service64_resolver.h"
#include "base/memory/scoped_ptr.h"
-#include "sandbox/wow_helper/target_code.h"
+#include "sandbox/win/wow_helper/target_code.h"
namespace {
#pragma pack(push, 1)
diff --git a/sandbox/win/wow_helper/target_code.cc b/sandbox/win/wow_helper/target_code.cc
index 1f93988..8da27cc5 100644
--- a/sandbox/win/wow_helper/target_code.cc
+++ b/sandbox/win/wow_helper/target_code.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sandbox/wow_helper/target_code.h"
+#include "sandbox/win/wow_helper/target_code.h"
namespace sandbox {
diff --git a/sandbox/win/wow_helper/wow_helper.cc b/sandbox/win/wow_helper/wow_helper.cc
index 6c272e4..9d5a5ea 100644
--- a/sandbox/win/wow_helper/wow_helper.cc
+++ b/sandbox/win/wow_helper/wow_helper.cc
@@ -12,8 +12,8 @@
#include <string>
-#include "sandbox/wow_helper/service64_resolver.h"
-#include "sandbox/wow_helper/target_code.h"
+#include "sandbox/win/wow_helper/service64_resolver.h"
+#include "sandbox/win/wow_helper/target_code.h"
namespace {