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

Unified Diff: sandbox/win/src/service_resolver_32.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/service_resolver_32.cc
diff --git a/sandbox/win/src/service_resolver_32.cc b/sandbox/win/src/service_resolver_32.cc
index 2e69dbc9e7e083b74e8f4db47f7e257ce29acf7f..f10466e239cab405c1ed02da2a7fe501581da80b 100644
--- a/sandbox/win/src/service_resolver_32.cc
+++ b/sandbox/win/src/service_resolver_32.cc
@@ -5,7 +5,7 @@
#include "sandbox/win/src/service_resolver.h"
#include "base/memory/scoped_ptr.h"
-#include "sandbox/win/src/win_utils.h"
rvargas (doing something else) 2013/11/26 20:42:12 Looks like the only thing from win_utils that requ
robertshield 2013/11/27 20:28:01 Ah, that's a much better idea that what I did :) D
+#include "sandbox/win/src/sandbox_nt_util.h"
namespace {
#pragma pack(push, 1)

Powered by Google App Engine
This is Rietveld 408576698