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

Unified Diff: net/quic/quic_protocol.h

Issue 1670863002: QUIC - minor cleanup changes to keep code in sync with the internal source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0204
Patch Set: Created 4 years, 10 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
« no previous file with comments | « net/quic/quic_packet_creator.h ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index a6bae19c3733b0ceb728f1ddb74959e5774c2762..57ca59ef96342f181d52b54452e46c5b03fd2851 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -861,8 +861,8 @@ struct NET_EXPORT_PRIVATE QuicStopWaitingFrame {
// larger new packet numbers are added, with the occasional random access.
class NET_EXPORT_PRIVATE PacketNumberQueue {
public:
- // TODO(jdorfman): remove const_iterator and change the callers to
- // iterate over the intervals.
+ // TODO(jdorfman): remove const_iterator and change the callers to iterate
+ // over the intervals.
class NET_EXPORT_PRIVATE const_iterator
: public std::iterator<std::input_iterator_tag,
QuicPacketNumber,
« no previous file with comments | « net/quic/quic_packet_creator.h ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698