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