Chromium Code Reviews| Index: net/http/bidirectional_stream.h |
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h |
| index 14063fb0e47758ff6441e161caeb5855dd86a6d0..5de3135e99dea9160a7cd48d6a0bbb4c1c89fda2 100644 |
| --- a/net/http/bidirectional_stream.h |
| +++ b/net/http/bidirectional_stream.h |
| @@ -13,8 +13,9 @@ |
| #include "net/http/bidirectional_stream_job.h" |
| #include "net/http/http_stream_factory.h" |
| #include "net/log/net_log.h" |
| +#include "net/net_features.h" |
|
mef
2015/12/29 18:58:28
This is causing compilation error when this header
Nico
2015/12/30 22:36:21
Which?
mef
2015/12/30 23:20:45
Pending CL that uses bidirectional_stream in Crone
|
| -#if !defined(ENABLE_BIDIRECTIONAL_STREAM) |
| +#if !BUILDFLAG(ENABLE_BIDIRECTIONAL_STREAM) |
| #error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined |
| #endif |