| Index: net/quic/quic_connection_stats.cc
|
| diff --git a/net/quic/quic_connection_stats.cc b/net/quic/quic_connection_stats.cc
|
| index f31445223d526b28840901e8f938c3aafd4ec9a1..bb3130f5f3e784369248111abba0271aaa581a88 100644
|
| --- a/net/quic/quic_connection_stats.cc
|
| +++ b/net/quic/quic_connection_stats.cc
|
| @@ -24,7 +24,6 @@ QuicConnectionStats::QuicConnectionStats()
|
| packets_lost(0),
|
| slowstart_packets_sent(0),
|
| slowstart_packets_lost(0),
|
| - packets_revived(0),
|
| packets_dropped(0),
|
| crypto_retransmit_count(0),
|
| loss_timeout_count(0),
|
|
|