| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index f09001403bd12147c5c28b8920db40ff0c068e38..2c351c14b41806e6ec80d1bbeefb6cbfa76bb488 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_)
|
|
|