Index: net/quic/core/quic_protocol.h |
diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h |
index f351d042bbbad6c0713a95e900bc8422c0612cb1..624e48b0078e91076c2ed450439b91f6e6aa7838 100644 |
--- a/net/quic/core/quic_protocol.h |
+++ b/net/quic/core/quic_protocol.h |
@@ -1479,7 +1479,7 @@ struct NET_EXPORT_PRIVATE TransmissionInfo { |
// Stores the packet number of the next retransmission of this packet. |
// Zero if the packet has not been retransmitted. |
QuicPacketNumber retransmission; |
- // Non-empty if there is a listener for this packet. |
+ // Non-empty if there is a std::listener for this packet. |
std::list<AckListenerWrapper> ack_listeners; |
}; |