| 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 b327af9e6ca656e7f1671249c8ac388264fae1be..18656191b74e3b9c612cd47cc3aaeedfa98125a9 100644
|
| --- a/net/spdy/spdy_write_queue_unittest.cc
|
| +++ b/net/spdy/spdy_write_queue_unittest.cc
|
| @@ -63,7 +63,8 @@ int ProducerToInt(scoped_ptr<SpdyBufferProducer> producer) {
|
| // be there.
|
| SpdyStream* MakeTestStream(RequestPriority priority) {
|
| return new SpdyStream(
|
| - NULL, std::string(), priority, 0, 0, false, BoundNetLog());
|
| + SPDY_BIDIRECTIONAL_STREAM, NULL, std::string(), priority,
|
| + 0, 0, BoundNetLog());
|
| }
|
|
|
| // Add some frame producers of different priority. The producers
|
|
|