| Index: net/quic/quic_protocol_test.cc
|
| diff --git a/net/quic/quic_protocol_test.cc b/net/quic/quic_protocol_test.cc
|
| index 04d1a95e488cb84c366700dd1bfa81cda3a2d732..6a34620c4ec7a9756b1f0bff33efed8ff208156a 100644
|
| --- a/net/quic/quic_protocol_test.cc
|
| +++ b/net/quic/quic_protocol_test.cc
|
| @@ -15,7 +15,7 @@ namespace test {
|
| namespace {
|
|
|
| TEST(QuicProtocolTest, AdjustErrorForVersion) {
|
| - ASSERT_EQ(13, QUIC_STREAM_LAST_ERROR)
|
| + ASSERT_EQ(14, QUIC_STREAM_LAST_ERROR)
|
| << "Any additions to QuicRstStreamErrorCode require an addition to "
|
| << "AdjustErrorForVersion and this associated test.";
|
|
|
|
|