Index: sandbox/win/src/interception.h |
diff --git a/sandbox/win/src/interception.h b/sandbox/win/src/interception.h |
index 969b367547dab5ce76aac421952e933553ffa68f..d21bed30b5fd3f2d03dcbf407971cecb4a64b634 100644 |
--- a/sandbox/win/src/interception.h |
+++ b/sandbox/win/src/interception.h |
@@ -17,12 +17,12 @@ |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
#include "base/strings/string16.h" |
+#include "sandbox/win/src/interceptors.h" |
#include "sandbox/win/src/sandbox_types.h" |
namespace sandbox { |
class TargetProcess; |
-enum InterceptorId; |
// Internal structures used for communication between the broker and the target. |
struct DllPatchInfo; |