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

Unified Diff: sandbox/win/sandbox_poc/pocdll/pocdll.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/sandbox_poc/pocdll/network.cc ('k') | sandbox/win/sandbox_poc/pocdll/pocdll.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_poc/pocdll/pocdll.cc
diff --git a/sandbox/sandbox_poc/pocdll/pocdll.cc b/sandbox/win/sandbox_poc/pocdll/pocdll.cc
similarity index 86%
rename from sandbox/sandbox_poc/pocdll/pocdll.cc
rename to sandbox/win/sandbox_poc/pocdll/pocdll.cc
index 33870647f83d569ba557bb46999003b344d41321..e058f58b821a7aed7c1f1d48f69690678bd161a8 100644
--- a/sandbox/sandbox_poc/pocdll/pocdll.cc
+++ b/sandbox/win/sandbox_poc/pocdll/pocdll.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#include "sandbox/sandbox_poc/pocdll/exports.h"
-#include "sandbox/sandbox_poc/pocdll/utils.h"
+#include "sandbox/win/sandbox_poc/pocdll/exports.h"
+#include "sandbox/win/sandbox_poc/pocdll/utils.h"
BOOL APIENTRY DllMain(HMODULE module,
DWORD reason_for_call,
« no previous file with comments | « sandbox/win/sandbox_poc/pocdll/network.cc ('k') | sandbox/win/sandbox_poc/pocdll/pocdll.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698