Index: net/http/http_stream_factory_impl_job.h |
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h |
index 68ea52ad285f23d79d36f5ca0f9c675fb6fd4f60..8f0fcc092ae23aecb2240755d29f97d69d39bef8 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -17,6 +17,7 @@ |
#include "net/http/http_request_info.h" |
#include "net/http/http_stream_factory_impl.h" |
#include "net/log/net_log.h" |
+#include "net/net_features.h" |
#include "net/proxy/proxy_service.h" |
#include "net/quic/quic_stream_factory.h" |
#include "net/socket/client_socket_handle.h" |
@@ -375,7 +376,7 @@ class HttpStreamFactoryImpl::Job { |
scoped_ptr<HttpStream> stream_; |
scoped_ptr<WebSocketHandshakeStreamBase> websocket_stream_; |
-#if defined(ENABLE_BIDIRECTIONAL_STREAM) |
+#if BUILDFLAG(ENABLE_BIDIRECTIONAL_STREAM) |
scoped_ptr<BidirectionalStreamJob> bidirectional_stream_job_; |
#endif |