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

Unified Diff: sandbox/win/sandbox_poc/pocdll/processes_and_threads.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/pocdll.vcproj ('k') | sandbox/win/sandbox_poc/pocdll/registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
diff --git a/sandbox/sandbox_poc/pocdll/processes_and_threads.cc b/sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
similarity index 97%
rename from sandbox/sandbox_poc/pocdll/processes_and_threads.cc
rename to sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
index 1bef0058795949d880e35b2f70032c178bdd1fc2..0a7503cf572ce943995f065037edab2b852c4ccf 100644
--- a/sandbox/sandbox_poc/pocdll/processes_and_threads.cc
+++ b/sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
@@ -4,8 +4,8 @@
#include <windows.h>
#include <Tlhelp32.h>
-#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"
// This file contains the tests used to verify the security of threads and
// processes.
« no previous file with comments | « sandbox/win/sandbox_poc/pocdll/pocdll.vcproj ('k') | sandbox/win/sandbox_poc/pocdll/registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698