| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 4b451465722319a9efb2fba42a0b5ce8760df702..4bdefe732b6366bee1089767ae1e622e026fb115 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -64,7 +64,7 @@ SpdyHttpStream::~SpdyHttpStream() {
|
|
|
| int SpdyHttpStream::InitializeStream(const HttpRequestInfo* request_info,
|
| RequestPriority priority,
|
| - const BoundNetLog& stream_net_log,
|
| + const NetLogWithSource& stream_net_log,
|
| const CompletionCallback& callback) {
|
| DCHECK(!stream_);
|
| if (!spdy_session_)
|
|
|