Index: net/tools/quic/quic_client.h |
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h |
index 4111b1a31f0da93294fe130fa6313e6b1fd20632..6bf87f9eae5d30e78d449b83f906f62ad2b12e01 100644 |
--- a/net/tools/quic/quic_client.h |
+++ b/net/tools/quic/quic_client.h |
@@ -246,9 +246,8 @@ class QuicClient : public EpollCallbackInterface, |
bool initialized_; |
// If overflow_supported_ is true, this will be the number of packets dropped |
- // during the lifetime of the server. This may overflow if enough packets |
- // are dropped. |
- uint32 packets_dropped_; |
+ // during the lifetime of the server. |
+ QuicPacketCount packets_dropped_; |
// True if the kernel supports SO_RXQ_OVFL, the number of packets dropped |
// because the socket would otherwise overflow. |