| Index: net/http/bidirectional_stream_impl.h
|
| diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h
|
| index d88c596408f04205cb0cd00b7704a47dd113552a..bb4a5174f907f00fd3175c8ee91364561d876172 100644
|
| --- a/net/http/bidirectional_stream_impl.h
|
| +++ b/net/http/bidirectional_stream_impl.h
|
| @@ -22,7 +22,7 @@ class Timer;
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class IOBuffer;
|
| class SpdyHeaderBlock;
|
| struct BidirectionalStreamRequestInfo;
|
| @@ -99,7 +99,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl {
|
| // sent only when SendRequestHeaders() is invoked or with next
|
| // SendData/SendvData.
|
| virtual 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) = 0;
|
|
|