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 3a60f17e46b3d588acb331142da57daff3cfb087..0c796fbbad35513ee014e02283d06687eb98bcda 100644 |
--- a/net/spdy/spdy_test_util_common.cc |
+++ b/net/spdy/spdy_test_util_common.cc |
@@ -758,7 +758,7 @@ SpdySerializedFrame SpdyTestUtil::ConstructSpdyGoAway() { |
SpdySerializedFrame SpdyTestUtil::ConstructSpdyGoAway( |
SpdyStreamId last_good_stream_id) { |
- SpdyGoAwayIR go_ir(last_good_stream_id, GOAWAY_OK, "go away"); |
+ SpdyGoAwayIR go_ir(last_good_stream_id, GOAWAY_NO_ERROR, "go away"); |
return SpdySerializedFrame(headerless_spdy_framer_.SerializeFrame(go_ir)); |
} |