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

Unified Diff: sandbox/win/src/interception_internal.h

Issue 2829853010: Remove some illegal enum forward declarations (Closed)
Patch Set: Add back *one* forward declaration Created 3 years, 8 months 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
« no previous file with comments | « sandbox/win/src/interception.h ('k') | sandbox/win/src/named_pipe_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interception_internal.h
diff --git a/sandbox/win/src/interception_internal.h b/sandbox/win/src/interception_internal.h
index 45a0557e5efebe6122a54d959306fb77856b3df2..390bd9eb1295a0fc16ba07fc7fc31ce53be09b01 100644
--- a/sandbox/win/src/interception_internal.h
+++ b/sandbox/win/src/interception_internal.h
@@ -11,14 +11,13 @@
#include <stddef.h>
+#include "sandbox/win/src/interceptors.h"
#include "sandbox/win/src/sandbox_types.h"
namespace sandbox {
const int kMaxThunkDataBytes = 64;
-enum InterceptorId;
-
// The following structures contain variable size fields at the end, and will be
// used to transfer information between two processes. In order to guarantee
// our ability to follow the chain of structures, the alignment should be fixed,
« no previous file with comments | « sandbox/win/src/interception.h ('k') | sandbox/win/src/named_pipe_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698