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

Unified Diff: net/quic/quic_received_packet_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_received_packet_manager.h
diff --git a/net/quic/quic_received_packet_manager.h b/net/quic/quic_received_packet_manager.h
index 05339f1b451c204c98a7bf864ed91a9ad60765cf..f47775e91e1c441c078070e4c6dd3a8912e7f458 100644
--- a/net/quic/quic_received_packet_manager.h
+++ b/net/quic/quic_received_packet_manager.h
@@ -24,8 +24,8 @@ struct QuicConnectionStats;
// Records all received packets by a connection and tracks their entropy.
// Also calculates the correct entropy for the framer when it truncates an ack
// frame being serialized.
-class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
- public QuicReceivedEntropyHashCalculatorInterface {
+class NET_EXPORT_PRIVATE QuicReceivedPacketManager
+ : public QuicReceivedEntropyHashCalculatorInterface {
public:
explicit QuicReceivedPacketManager(CongestionFeedbackType congestion_type,
QuicConnectionStats* stats);
@@ -94,8 +94,8 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
friend class test::QuicConnectionPeer;
friend class test::QuicReceivedPacketManagerPeer;
- typedef std::map<QuicPacketSequenceNumber,
- QuicPacketEntropyHash> ReceivedEntropyMap;
+ typedef std::map<QuicPacketSequenceNumber, QuicPacketEntropyHash>
+ ReceivedEntropyMap;
// Record the received entropy hash against |sequence_number|.
void RecordPacketEntropyHash(QuicPacketSequenceNumber sequence_number,
@@ -128,7 +128,6 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
// Received entropy cannot be calculated for numbers less than it.
QuicPacketSequenceNumber largest_sequence_number_;
-
// Track some peer state so we can do less bookkeeping.
// Largest sequence number that the peer has observed. Mostly received,
// missing in case of truncated acks.

Powered by Google App Engine
This is Rietveld 408576698