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

Unified Diff: sandbox/win/src/crosscall_server.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/src/crosscall_params.h ('k') | sandbox/win/src/crosscall_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/crosscall_server.h
diff --git a/sandbox/src/crosscall_server.h b/sandbox/win/src/crosscall_server.h
similarity index 99%
rename from sandbox/src/crosscall_server.h
rename to sandbox/win/src/crosscall_server.h
index 59445f6de59618b9a0f18a862536693c6b5830e4..2a395077db7d2fed75cde722dbd354c73af4ac17 100644
--- a/sandbox/src/crosscall_server.h
+++ b/sandbox/win/src/crosscall_server.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
-#include "sandbox/src/crosscall_params.h"
+#include "sandbox/win/src/crosscall_params.h"
// This is the IPC server interface for CrossCall: The IPC for the Sandbox
// On the server, CrossCall needs two things:
« no previous file with comments | « sandbox/win/src/crosscall_params.h ('k') | sandbox/win/src/crosscall_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698