| Index: net/http/bidirectional_stream.h
|
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h
|
| index c7fa97cdf687a731c33090a840f345df3cc68cdc..c8ddff2fb70e7f8879bb6e68a3366a6dafa76e6c 100644
|
| --- a/net/http/bidirectional_stream.h
|
| +++ b/net/http/bidirectional_stream.h
|
| @@ -218,7 +218,7 @@ class NET_EXPORT BidirectionalStream
|
|
|
| // BidirectionalStreamRequestInfo used when requesting the stream.
|
| std::unique_ptr<BidirectionalStreamRequestInfo> request_info_;
|
| - const BoundNetLog net_log_;
|
| + const NetLogWithSource net_log_;
|
|
|
| HttpNetworkSession* session_;
|
|
|
|
|