| Index: net/spdy/spdy_stream.cc
|
| diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
|
| index 4d060b77a68ec36903c894b00264ae5fb79d1c1a..fecb0e3779083a94211b8e1aeaaa2068fc5f5a99 100644
|
| --- a/net/spdy/spdy_stream.cc
|
| +++ b/net/spdy/spdy_stream.cc
|
| @@ -89,7 +89,7 @@ SpdyStream::SpdyStream(SpdyStreamType type,
|
| RequestPriority priority,
|
| int32_t initial_send_window_size,
|
| int32_t max_recv_window_size,
|
| - const BoundNetLog& net_log)
|
| + const NetLogWithSource& net_log)
|
| : type_(type),
|
| stream_id_(0),
|
| url_(url),
|
|
|