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

Unified Diff: net/quic/quic_received_packet_manager.h

Issue 561463002: remove >> ambiguity in quic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix another instance of this in quic_received_packet_manager.h 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 | « net/quic/quic_protocol.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 57a1175d28e9dc7b482b88ec482322ef961132fc..12318911b891e0d19af1668003b4d46b246d6d99 100644
--- a/net/quic/quic_received_packet_manager.h
+++ b/net/quic/quic_received_packet_manager.h
@@ -64,7 +64,7 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
// A deque indexed by sequence number storing the packet's hash and whether
// a hash was recorded for that sequence number.
- typedef std::deque<std::pair<QuicPacketEntropyHash, bool>>
+ typedef std::deque<std::pair<QuicPacketEntropyHash, bool> >
ReceivedEntropyHashes;
// Recomputes first_gap_ and removes packets_entropy_ entries that are no
« no previous file with comments | « net/quic/quic_protocol.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698