Index: net/http/bidirectional_stream_job.h |
diff --git a/net/http/bidirectional_stream_job.h b/net/http/bidirectional_stream_job.h |
index c9d32b95ad3eec1f44538ba7ae80f4d23b398d2b..001944de5e5cf4e80d6d3d5d5a6b1a152fa08c4c 100644 |
--- a/net/http/bidirectional_stream_job.h |
+++ b/net/http/bidirectional_stream_job.h |
@@ -10,9 +10,10 @@ |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "net/base/net_export.h" |
+#include "net/net_features.h" |
#include "net/socket/next_proto.h" |
-#if !defined(ENABLE_BIDIRECTIONAL_STREAM) |
+#if !BUILDFLAG(ENABLE_BIDIRECTIONAL_STREAM) |
#error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined |
#endif |