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

Unified Diff: net/quic/core/congestion_control/send_algorithm_interface.h

Issue 2566703002: Various formatting cleanups to net/quic/core/frames (Closed)
Patch Set: Fix Created 4 years 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/core/congestion_control/send_algorithm_interface.h
diff --git a/net/quic/core/congestion_control/send_algorithm_interface.h b/net/quic/core/congestion_control/send_algorithm_interface.h
index 86465713cee11539ab7f39ff341529356bc364f6..dacccba33a701526feabd18c004543f6bfef8bff 100644
--- a/net/quic/core/congestion_control/send_algorithm_interface.h
+++ b/net/quic/core/congestion_control/send_algorithm_interface.h
@@ -29,7 +29,7 @@ const QuicPacketCount kDefaultMaxCongestionWindowPackets = 2000;
class QUIC_EXPORT_PRIVATE SendAlgorithmInterface {
public:
- // A sorted std::vector of packets.
+ // A sorted vector of packets.
typedef std::vector<std::pair<QuicPacketNumber, QuicPacketLength>>
CongestionVector;
« no previous file with comments | « net/quic/core/congestion_control/rtt_stats_test.cc ('k') | net/quic/core/congestion_control/tcp_cubic_sender_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698