Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: net/quic/quic_sent_entropy_manager.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698