| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 8afd79d6a5ffa333c43666d63f75ae36dd4c4704..ddeb4677f00b1f880a6a6c1a6185be892e9aa9e6 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -670,7 +670,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| const IPEndPoint& peer_address);
|
|
|
| HasRetransmittableData IsRetransmittable(const QueuedPacket& packet);
|
| - bool IsConnectionClose(QueuedPacket packet);
|
| + bool IsConnectionClose(const QueuedPacket& packet);
|
|
|
| QuicFramer framer_;
|
| QuicConnectionHelperInterface* helper_; // Not owned.
|
|
|