diff options
Diffstat (limited to 'net/spdy/spdy_stream_spdy2_unittest.cc')
-rw-r--r-- | net/spdy/spdy_stream_spdy2_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_stream_spdy2_unittest.cc b/net/spdy/spdy_stream_spdy2_unittest.cc index 602ff31..4473d02 100644 --- a/net/spdy/spdy_stream_spdy2_unittest.cc +++ b/net/spdy/spdy_stream_spdy2_unittest.cc @@ -64,7 +64,7 @@ TEST_F(SpdyStreamSpdy2Test, SendDataAfterOpen) { ConvertRequestPriorityToSpdyPriority(LOWEST, 2), CONTROL_FLAG_NONE, false, - INVALID, + RST_STREAM_INVALID, NULL, 0, DATA_FLAG_NONE @@ -335,7 +335,7 @@ TEST_F(SpdyStreamSpdy2Test, StreamError) { ConvertRequestPriorityToSpdyPriority(LOWEST, 2), CONTROL_FLAG_NONE, false, - INVALID, + RST_STREAM_INVALID, NULL, 0, DATA_FLAG_NONE |