| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index d87cb7edae746f9c72ac78a118aefd01f615b033..3daf9174c6d3fe012d949a150d58a44076ef8dda 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1033,7 +1033,7 @@ struct NET_EXPORT_PRIVATE SerializedPacket {
|
| RetransmittableFrames* retransmittable_frames;
|
|
|
| // Optional notifiers which will be informed when this packet has been ACKed.
|
| - base::hash_set<QuicAckNotifier*> notifiers;
|
| + std::list<QuicAckNotifier*> notifiers;
|
| };
|
|
|
| struct NET_EXPORT_PRIVATE TransmissionInfo {
|
|
|