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

Unified Diff: sandbox/win/sandbox_poc/sandbox.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/sandbox.h ('k') | sandbox/win/sandbox_poc/sandbox.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_poc/sandbox.cc
diff --git a/sandbox/sandbox_poc/sandbox.cc b/sandbox/win/sandbox_poc/sandbox.cc
similarity index 97%
rename from sandbox/sandbox_poc/sandbox.cc
rename to sandbox/win/sandbox_poc/sandbox.cc
index 4dc0882758b1eb655877615167b3909c86b0abe1..31cf3083c84a706e95a93190afd20e2758378383 100644
--- a/sandbox/sandbox_poc/sandbox.cc
+++ b/sandbox/win/sandbox_poc/sandbox.cc
@@ -5,11 +5,11 @@
#include <windows.h>
#include <tchar.h>
#include <shellapi.h>
-#include "sandbox/sandbox_poc/sandbox.h"
+#include "sandbox/win/sandbox_poc/sandbox.h"
#include "base/logging.h"
-#include "sandbox/sandbox_poc/main_ui_window.h"
-#include "sandbox/src/sandbox.h"
-#include "sandbox/src/sandbox_factory.h"
+#include "sandbox/win/sandbox_poc/main_ui_window.h"
+#include "sandbox/win/src/sandbox.h"
+#include "sandbox/win/src/sandbox_factory.h"
// Prototype allowed for functions to be called in the POC
typedef void(__cdecl *lpfnInit)(HANDLE);
« no previous file with comments | « sandbox/win/sandbox_poc/sandbox.h ('k') | sandbox/win/sandbox_poc/sandbox.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698