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

Unified Diff: sandbox/win/src/crosscall_server.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/crosscall_server.h ('k') | sandbox/win/src/dep.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/crosscall_server.cc
diff --git a/sandbox/src/crosscall_server.cc b/sandbox/win/src/crosscall_server.cc
similarity index 98%
rename from sandbox/src/crosscall_server.cc
rename to sandbox/win/src/crosscall_server.cc
index f40b6778af64cd3a086624614e9ca965f015e158..014058069d343ea9abf382589e53afae754c789b 100644
--- a/sandbox/src/crosscall_server.cc
+++ b/sandbox/win/src/crosscall_server.cc
@@ -5,9 +5,9 @@
#include <string>
#include <vector>
-#include "sandbox/src/crosscall_server.h"
-#include "sandbox/src/crosscall_params.h"
-#include "sandbox/src/crosscall_client.h"
+#include "sandbox/win/src/crosscall_server.h"
+#include "sandbox/win/src/crosscall_params.h"
+#include "sandbox/win/src/crosscall_client.h"
#include "base/logging.h"
// This code performs the ipc message validation. Potential security flaws
« no previous file with comments | « sandbox/win/src/crosscall_server.h ('k') | sandbox/win/src/dep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698