| Index: net/spdy/spdy_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
|
| index e8915bbf00558baeae8da8219249fa5db49b2878..b8638d9be61c66883cf91b96acd3654c336cd666 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -186,12 +186,9 @@ TEST_P(SpdyStreamTest, PushedStream) {
|
| base::WeakPtr<SpdySession> spdy_session(CreateDefaultSpdySession());
|
|
|
| // Conjure up a stream.
|
| - SpdyStream stream(SPDY_PUSH_STREAM,
|
| - spdy_session,
|
| - GURL(),
|
| - DEFAULT_PRIORITY,
|
| - kSpdyStreamInitialWindowSize,
|
| - kSpdyStreamInitialWindowSize,
|
| + SpdyStream stream(SPDY_PUSH_STREAM, spdy_session, GURL(), DEFAULT_PRIORITY,
|
| + SpdySession::GetInitialWindowSize(kProtoSPDY31),
|
| + SpdySession::GetInitialWindowSize(kProtoSPDY31),
|
| BoundNetLog());
|
| stream.set_stream_id(2);
|
| EXPECT_FALSE(stream.HasUrlFromHeaders());
|
|
|