Index: net/spdy/spdy_test_util_common.cc |
diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc |
index 6b8097e5b20b0324b9a33a84d105c4a3b2e90724..e759cc5578f23383b7c5410796a242c3ffa805a8 100644 |
--- a/net/spdy/spdy_test_util_common.cc |
+++ b/net/spdy/spdy_test_util_common.cc |
@@ -921,7 +921,7 @@ SpdyFrame* SpdyTestUtil::ConstructSpdyWindowUpdate( |
SpdyFrame* SpdyTestUtil::ConstructSpdyRstStream( |
SpdyStreamId stream_id, |
SpdyRstStreamStatus status) const { |
- SpdyRstStreamIR rst_ir(stream_id, status, "RST"); |
+ SpdyRstStreamIR rst_ir(stream_id, status, ""); |
return CreateFramer(false)->SerializeRstStream(rst_ir); |
} |