| 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 186a02baa59fb6c24b6f9418191e05ead6d35069..4cc450e7549d1db7f99f0ce9b199e6e4cbf226dc 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -952,7 +952,7 @@ SpdyFrame* SpdyTestUtil::ConstructSpdyWindowUpdate(
|
| SpdyFrame* SpdyTestUtil::ConstructSpdyRstStream(
|
| SpdyStreamId stream_id,
|
| SpdyRstStreamStatus status) const {
|
| - SpdyRstStreamIR rst_ir(stream_id, status, "");
|
| + SpdyRstStreamIR rst_ir(stream_id, status);
|
| return CreateFramer(false)->SerializeRstStream(rst_ir);
|
| }
|
|
|
|
|