Index: net/spdy/spdy_protocol.h |
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h |
index 922e649e33d6dcc1a139b9644e683d888b3b0089..489b8df691b6116788a09c37a5053afe7a343325 100644 |
--- a/net/spdy/spdy_protocol.h |
+++ b/net/spdy/spdy_protocol.h |
@@ -358,7 +358,7 @@ enum SpdySettingsIds { |
// Status codes for RST_STREAM frames. |
enum SpdyRstStreamStatus { |
- RST_STREAM_INVALID = 0, |
+ RST_STREAM_NO_ERROR = 0, |
RST_STREAM_PROTOCOL_ERROR = 1, |
RST_STREAM_INVALID_STREAM = 2, |
RST_STREAM_STREAM_CLOSED = 2, // Equivalent to INVALID_STREAM |