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 eb6735358152b4f3ce5ab3acd4d45957ea4f6de2..5e935cc14d3af6370fd055db6fe72fa3468bc02d 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" |
@@ -379,7 +380,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 |