| Index: net/http/http_basic_stream.cc
|
| diff --git a/net/http/http_basic_stream.cc b/net/http/http_basic_stream.cc
|
| index fb31dc4ade019392645be8e24db8b2c6c265c0fd..c805d7cf9892f4dbff4daf49cbdcb4525243cdb9 100644
|
| --- a/net/http/http_basic_stream.cc
|
| +++ b/net/http/http_basic_stream.cc
|
| @@ -24,7 +24,7 @@ HttpBasicStream::~HttpBasicStream() {}
|
|
|
| int HttpBasicStream::InitializeStream(const HttpRequestInfo* request_info,
|
| RequestPriority priority,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| const CompletionCallback& callback) {
|
| state_.Initialize(request_info, priority, net_log, callback);
|
| return OK;
|
|
|