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

Unified Diff: sandbox/win/src/filesystem_interception.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
« no previous file with comments | « no previous file | sandbox/win/src/policy_target.cc » ('j') | sandbox/win/src/policy_target.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/filesystem_interception.cc
diff --git a/sandbox/win/src/filesystem_interception.cc b/sandbox/win/src/filesystem_interception.cc
index 33688f0f6499d82c5b0127504d2dc920556d7767..708a88485cbc581e92d168e15342371935d71b77 100644
--- a/sandbox/win/src/filesystem_interception.cc
+++ b/sandbox/win/src/filesystem_interception.cc
@@ -10,6 +10,7 @@
#include "sandbox/win/src/policy_target.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 Interception code cannot depend on sandbox_utils..
robertshield 2013/11/27 20:28:01 Done.
#include "sandbox/win/src/sharedmem_ipc_client.h"
#include "sandbox/win/src/target_services.h"
« no previous file with comments | « no previous file | sandbox/win/src/policy_target.cc » ('j') | sandbox/win/src/policy_target.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698