Bug 1230910 interception.h declares InterceptorId, but in some cases it is used without interceptors.h being included. draft
authorTom Ritter <tom@mozilla.com>
Wed, 08 Mar 2017 18:51:30 +0000
changeset 496069 7178262520294cc232825e500b6e9dec8731de22
parent 496068 3c955dc5ef762b0a2751eb96cb116418f447c7f8
child 496070 f3eee0c07af4ab42cb20909d2565824321b42e7f
push id48518
push userbmo:tom@mozilla.com
push dateThu, 09 Mar 2017 19:30:51 +0000
bugs1230910
milestone52.0.1
Bug 1230910 interception.h declares InterceptorId, but in some cases it is used without interceptors.h being included. MozReview-Commit-ID: 38vsf2rl6aT
security/sandbox/chromium/sandbox/win/src/interception.h
--- a/security/sandbox/chromium/sandbox/win/src/interception.h
+++ b/security/sandbox/chromium/sandbox/win/src/interception.h
@@ -13,16 +13,17 @@
 
 #include <list>
 #include <string>
 
 #include "base/gtest_prod_util.h"
 #include "base/macros.h"
 #include "base/strings/string16.h"
 #include "sandbox/win/src/sandbox_types.h"
+#include "sandbox/win/src/interceptors.h"
 
 namespace sandbox {
 
 class TargetProcess;
 enum InterceptorId;
 
 // Internal structures used for communication between the broker and the target.
 struct DllPatchInfo;