| Index: net/quic/quic_sent_entropy_manager.h
|
| diff --git a/net/quic/quic_sent_entropy_manager.h b/net/quic/quic_sent_entropy_manager.h
|
| index c89d97730de047f3797e85b98f4892da21042f50..d64d034f14d962901f2a0b838de820f09abb11dd 100644
|
| --- a/net/quic/quic_sent_entropy_manager.h
|
| +++ b/net/quic/quic_sent_entropy_manager.h
|
| @@ -41,9 +41,9 @@ class NET_EXPORT_PRIVATE QuicSentEntropyManager {
|
| void ClearEntropyBefore(QuicPacketSequenceNumber sequence_number);
|
|
|
| private:
|
| - typedef linked_hash_map<QuicPacketSequenceNumber,
|
| - std::pair<QuicPacketEntropyHash,
|
| - QuicPacketEntropyHash> > SentEntropyMap;
|
| + typedef linked_hash_map<
|
| + QuicPacketSequenceNumber,
|
| + std::pair<QuicPacketEntropyHash, QuicPacketEntropyHash> > SentEntropyMap;
|
|
|
| // Linked hash map from sequence numbers to the sent entropy hash up to the
|
| // sequence number in the key.
|
|
|