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) |