| Index: net/spdy/bidirectional_stream_spdy_impl.h
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.h b/net/spdy/bidirectional_stream_spdy_impl.h
|
| index e9e1a05fdd61e0388b89eba1e927fa36d500fe46..1203c6e3e884e064ad16cc6c723bb48c1d1f0870 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -26,7 +26,7 @@ class Timer;
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class IOBuffer;
|
| class SpdyHeaderBlock;
|
|
|
| @@ -41,7 +41,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
|
|
| // BidirectionalStreamImpl implementation:
|
| void 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) override;
|
|
|