| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 25759aa3050923047c36043955be0abdfa8bb59e..a24e5e9826f59fa648aea3af1dc4d8e08d330da6 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -261,7 +261,7 @@ struct NET_EXPORT_PRIVATE QuicAckFrame {
|
| struct NET_EXPORT_PRIVATE QuicRstStreamFrame {
|
| QuicRstStreamFrame() {}
|
| QuicRstStreamFrame(QuicStreamId stream_id, uint64 offset,
|
| - QuicErrorCode error_code)
|
| + QuicErrorCode error_code)
|
| : stream_id(stream_id), offset(offset), error_code(error_code) {
|
| DCHECK_LE(error_code, std::numeric_limits<uint8>::max());
|
| }
|
|
|