Bug 1230910 Add interceptors.h as an include in interception_internal.h TODO - WHY? draft
authorTom Ritter <tom@mozilla.com>
Wed, 08 Mar 2017 18:17:36 +0000
changeset 496068 3c955dc5ef762b0a2751eb96cb116418f447c7f8
parent 496067 f34b617d41f893eb917e6fe6716cd533cccc9aa9
child 496069 7178262520294cc232825e500b6e9dec8731de22
push id48518
push userbmo:tom@mozilla.com
push dateThu, 09 Mar 2017 19:30:51 +0000
bugs1230910
milestone52.0.1
Bug 1230910 Add interceptors.h as an include in interception_internal.h TODO - WHY? MozReview-Commit-ID: 1zfvpZQuQq5
security/sandbox/chromium/sandbox/win/src/interception_internal.h
--- a/security/sandbox/chromium/sandbox/win/src/interception_internal.h
+++ b/security/sandbox/chromium/sandbox/win/src/interception_internal.h
@@ -7,16 +7,17 @@
 // http://dev.chromium.org/developers/design-documents/sandbox .
 
 #ifndef SANDBOX_SRC_INTERCEPTION_INTERNAL_H_
 #define SANDBOX_SRC_INTERCEPTION_INTERNAL_H_
 
 #include <stddef.h>
 
 #include "sandbox/win/src/sandbox_types.h"
+#include "sandbox/win/src/interceptors.h"
 
 namespace sandbox {
 
 const int kMaxThunkDataBytes = 64;
 
 enum InterceptorId;
 
 // The following structures contain variable size fields at the end, and will be