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

Unified Diff: sandbox/win/src/policy_target.cc

Issue 84063004: Restructure sandbox code to reduce dependencies pulled in by intercept code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove sandbox re-libification Created 7 years, 1 month 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
Index: sandbox/win/src/policy_target.cc
diff --git a/sandbox/win/src/policy_target.cc b/sandbox/win/src/policy_target.cc
index 84b72037db68117aa4106c9754ae448f9cb5953d..e9f16fea0d63f88b2e8f58c007b727c8c3684bc3 100644
--- a/sandbox/win/src/policy_target.cc
+++ b/sandbox/win/src/policy_target.cc
@@ -11,6 +11,7 @@
#include "sandbox/win/src/policy_params.h"
#include "sandbox/win/src/sandbox_factory.h"
#include "sandbox/win/src/sandbox_nt_util.h"
+#include "sandbox/win/src/sandbox_utils.h"
rvargas (doing something else) 2013/11/26 20:42:12 same here
robertshield 2013/11/27 20:28:01 Done.
#include "sandbox/win/src/sharedmem_ipc_client.h"
#include "sandbox/win/src/target_services.h"

Powered by Google App Engine
This is Rietveld 408576698