Index: sandbox/win/src/handle_interception.cc |
diff --git a/sandbox/src/handle_interception.cc b/sandbox/win/src/handle_interception.cc |
similarity index 77% |
rename from sandbox/src/handle_interception.cc |
rename to sandbox/win/src/handle_interception.cc |
index 0f7b9f878342bc7e1ff9b26fc81022ef18b88621..af0bebca0451da0bb952a9c1a72cf595905245dc 100644 |
--- a/sandbox/src/handle_interception.cc |
+++ b/sandbox/win/src/handle_interception.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sandbox/src/handle_interception.h" |
- |
-#include "sandbox/src/crosscall_client.h" |
-#include "sandbox/src/ipc_tags.h" |
-#include "sandbox/src/sandbox_factory.h" |
-#include "sandbox/src/sandbox_nt_util.h" |
-#include "sandbox/src/sharedmem_ipc_client.h" |
-#include "sandbox/src/target_services.h" |
+#include "sandbox/win/src/handle_interception.h" |
+ |
+#include "sandbox/win/src/crosscall_client.h" |
+#include "sandbox/win/src/ipc_tags.h" |
+#include "sandbox/win/src/sandbox_factory.h" |
+#include "sandbox/win/src/sandbox_nt_util.h" |
+#include "sandbox/win/src/sharedmem_ipc_client.h" |
+#include "sandbox/win/src/target_services.h" |
namespace sandbox { |