| Index: net/spdy/bidirectional_stream_spdy_impl.cc
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.cc b/net/spdy/bidirectional_stream_spdy_impl.cc
|
| index 8f55edd16adf17d2575955e1469cbdd8bc262f69..44ccc3a32872c6ba07e8b46183b392175861935d 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.cc
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.cc
|
| @@ -48,7 +48,7 @@ BidirectionalStreamSpdyImpl::~BidirectionalStreamSpdyImpl() {
|
|
|
| void BidirectionalStreamSpdyImpl::Start(
|
| const BidirectionalStreamRequestInfo* request_info,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| bool /*send_request_headers_automatically*/,
|
| BidirectionalStreamImpl::Delegate* delegate,
|
| std::unique_ptr<base::Timer> timer) {
|
|
|