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" |
| -#if !defined(ENABLE_BIDIRECTIONAL_STREAM) |
| +#if !BUILDFLAG(ENABLE_BIDIRECTIONAL_STREAM) |
|
mmenke
2016/01/07 18:16:41
Should all these files include "build/buildflag.h"
mef
2016/01/07 19:41:31
It is included into "net/net_features.h"
|
| #error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined |
| #endif |