| Index: net/quic/quic_headers_stream_test.cc
|
| diff --git a/net/quic/quic_headers_stream_test.cc b/net/quic/quic_headers_stream_test.cc
|
| index 98bf17b89a86bc5d4211e0d37b5d46f5e8a91396..9b93bbd24a4207ad56050a41d3b06af7c1fc90e0 100644
|
| --- a/net/quic/quic_headers_stream_test.cc
|
| +++ b/net/quic/quic_headers_stream_test.cc
|
| @@ -479,7 +479,7 @@ TEST_P(QuicHeadersStreamTest, ProcessSpdyDataFrame) {
|
| }
|
|
|
| TEST_P(QuicHeadersStreamTest, ProcessSpdyRstStreamFrame) {
|
| - SpdyRstStreamIR data(2, RST_STREAM_PROTOCOL_ERROR, "");
|
| + SpdyRstStreamIR data(2, RST_STREAM_PROTOCOL_ERROR);
|
| scoped_ptr<SpdySerializedFrame> frame(framer_.SerializeFrame(data));
|
| EXPECT_CALL(*connection_,
|
| SendConnectionCloseWithDetails(
|
|
|