Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: sandbox/win/wow_helper/target_code.h

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (properly this time) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/wow_helper/service64_resolver.cc ('k') | sandbox/win/wow_helper/target_code.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/wow_helper/target_code.h
diff --git a/sandbox/wow_helper/target_code.h b/sandbox/win/wow_helper/target_code.h
similarity index 94%
rename from sandbox/wow_helper/target_code.h
rename to sandbox/win/wow_helper/target_code.h
index 56db6fe91812cdda69f16bebf7e5d5378e16d2f0..c198a852e2d9c424702915cc3cc2f98983b91393 100644
--- a/sandbox/wow_helper/target_code.h
+++ b/sandbox/win/wow_helper/target_code.h
@@ -5,7 +5,7 @@
#ifndef SANDBOX_WOW_HELPER_TARGET_CODE_H__
#define SANDBOX_WOW_HELPER_TARGET_CODE_H__
-#include "sandbox/src/nt_internals.h"
+#include "sandbox/win/src/nt_internals.h"
namespace sandbox {
@@ -13,7 +13,7 @@ extern "C" {
// Holds the information needed for the interception of NtMapViewOfSection.
// Changes of this structure must be synchronized with changes of PatchInfo32
-// on sandbox/src/wow64.cc.
+// on sandbox/win/src/wow64.cc.
struct PatchInfo {
HANDLE dll_load; // Event to signal the broker.
HANDLE continue_load; // Event to wait for the broker.
« no previous file with comments | « sandbox/win/wow_helper/service64_resolver.cc ('k') | sandbox/win/wow_helper/target_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698