| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index 1f3c419b971772c871c504399a556f2f128bcd1c..d99c023bffd9526257214b0ea68cf1783a0d673e 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -21,7 +21,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class ClientSocketHandle;
|
| class HttpResponseInfo;
|
| struct HttpRequestInfo;
|
| @@ -41,7 +41,7 @@ class NET_EXPORT_PRIVATE HttpBasicStream : public HttpStream {
|
| // HttpStream methods:
|
| int InitializeStream(const HttpRequestInfo* request_info,
|
| RequestPriority priority,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| const CompletionCallback& callback) override;
|
|
|
| int SendRequest(const HttpRequestHeaders& headers,
|
|
|