| 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 f1d7f0e5ec4c07652c26e96359866dff8336f7db..4e217965fbe20c5f264a800158a986e300a48fea 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -27,7 +27,7 @@ class Timer;
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class IOBuffer;
|
| class SpdyHeaderBlock;
|
|
|
| @@ -42,7 +42,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;
|
|
|