| Index: net/spdy/spdy_write_queue_unittest.cc
|
| diff --git a/net/spdy/spdy_write_queue_unittest.cc b/net/spdy/spdy_write_queue_unittest.cc
|
| index bcf4078ee9ca4893a3fc06ad22310bea7a3a7cf6..9eae926562336d02095f6bc0d569caef319fa20f 100644
|
| --- a/net/spdy/spdy_write_queue_unittest.cc
|
| +++ b/net/spdy/spdy_write_queue_unittest.cc
|
| @@ -95,9 +95,8 @@ int ProducerToInt(std::unique_ptr<SpdyBufferProducer> producer) {
|
| // -- be careful to not call any functions that expect the session to
|
| // be there.
|
| SpdyStream* MakeTestStream(RequestPriority priority) {
|
| - return new SpdyStream(
|
| - SPDY_BIDIRECTIONAL_STREAM, base::WeakPtr<SpdySession>(),
|
| - GURL(), priority, 0, 0, BoundNetLog());
|
| + return new SpdyStream(SPDY_BIDIRECTIONAL_STREAM, base::WeakPtr<SpdySession>(),
|
| + GURL(), priority, 0, 0, NetLogWithSource());
|
| }
|
|
|
| // Add some frame producers of different priority. The producers
|
|
|