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, |