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

Unified Diff: sandbox/win/src/interception_agent.cc

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/src/interception_agent.h ('k') | sandbox/win/src/interception_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interception_agent.cc
diff --git a/sandbox/src/interception_agent.cc b/sandbox/win/src/interception_agent.cc
similarity index 96%
rename from sandbox/src/interception_agent.cc
rename to sandbox/win/src/interception_agent.cc
index b40364f8dfcd295037e3b06eef90661a1c5de681..b2a66c471f02f41e822e46885a18c04ea65dfc45 100644
--- a/sandbox/src/interception_agent.cc
+++ b/sandbox/win/src/interception_agent.cc
@@ -5,13 +5,13 @@
// For information about interceptions as a whole see
// http://dev.chromium.org/developers/design-documents/sandbox .
-#include "sandbox/src/interception_agent.h"
+#include "sandbox/win/src/interception_agent.h"
-#include "sandbox/src/interception_internal.h"
-#include "sandbox/src/interceptors.h"
-#include "sandbox/src/eat_resolver.h"
-#include "sandbox/src/sidestep_resolver.h"
-#include "sandbox/src/sandbox_nt_util.h"
+#include "sandbox/win/src/interception_internal.h"
+#include "sandbox/win/src/interceptors.h"
+#include "sandbox/win/src/eat_resolver.h"
+#include "sandbox/win/src/sidestep_resolver.h"
+#include "sandbox/win/src/sandbox_nt_util.h"
namespace {
« no previous file with comments | « sandbox/win/src/interception_agent.h ('k') | sandbox/win/src/interception_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698