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 f0ec14d82fb0576cb65f59555357af500930470a..6d6cb3cd3b57fe0d1ac253f6b5ca570477517260 100644 |
--- a/net/spdy/spdy_write_queue_unittest.cc |
+++ b/net/spdy/spdy_write_queue_unittest.cc |
@@ -64,8 +64,8 @@ int ProducerToInt(scoped_ptr<SpdyBufferProducer> producer) { |
// be there. |
SpdyStream* MakeTestStream(RequestPriority priority) { |
return new SpdyStream( |
- SPDY_BIDIRECTIONAL_STREAM, NULL, GURL(), priority, |
- 0, 0, BoundNetLog()); |
+ SPDY_BIDIRECTIONAL_STREAM, base::WeakPtr<SpdySession>(), |
+ GURL(), priority, 0, 0, BoundNetLog()); |
} |
// Add some frame producers of different priority. The producers |