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

Unified Diff: net/quic/quic_protocol.h

Issue 561463002: remove >> ambiguity in quic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 888b4101db0599f2dd37cca69614ffe9a3b982d5..67fdad52f4357fafc12355b718b50da11c77a0be 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -647,7 +647,7 @@ struct NET_EXPORT_PRIVATE QuicStreamFrame {
typedef std::set<QuicPacketSequenceNumber> SequenceNumberSet;
typedef std::list<QuicPacketSequenceNumber> SequenceNumberList;
-typedef std::list<std::pair<QuicPacketSequenceNumber, QuicTime>> PacketTimeList;
+typedef std::list<std::pair<QuicPacketSequenceNumber, QuicTime> > PacketTimeList;
Ryan Hamilton 2014/09/09 21:26:36 nit: this line appears to be too long. I think you
Mostyn Bramley-Moore 2014/09/09 21:33:10 Done.
struct NET_EXPORT_PRIVATE QuicStopWaitingFrame {
QuicStopWaitingFrame();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698