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

Unified Diff: net/quic/quic_protocol.h

Issue 761863002: Clean up type usage and fix MSVC "truncated value" warnings in net/quic/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix #3 Created 6 years, 1 month 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_framer.cc ('k') | net/quic/quic_received_packet_manager.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 258cf02fb869d37c5ee0072837c00615ba26df94..d5b8d1bb5cff4ba4f1bf8ca84c7cde00d96f5a03 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -1089,7 +1089,7 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
QuicTime sent_time;
// Zero when the packet is serialized, non-zero once it's sent.
QuicByteCount bytes_sent;
- size_t nack_count;
+ QuicPacketCount nack_count;
// Reason why this packet was transmitted.
TransmissionType transmission_type;
// Stores the sequence numbers of all transmissions of this packet.
« no previous file with comments | « net/quic/quic_framer.cc ('k') | net/quic/quic_received_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698