| Index: net/quic/congestion_control/rtt_stats.h
|
| diff --git a/net/quic/congestion_control/rtt_stats.h b/net/quic/congestion_control/rtt_stats.h
|
| index 05c5223f9e53206b5377e5faf002ba3a5fa1e4c9..745af4d70d76d261546da363e946c5d466844d00 100644
|
| --- a/net/quic/congestion_control/rtt_stats.h
|
| +++ b/net/quic/congestion_control/rtt_stats.h
|
| @@ -58,6 +58,8 @@ class NET_EXPORT_PRIVATE RttStats {
|
| // larger than the standard deviation, for a normally distributed signal.
|
| QuicTime::Delta mean_deviation_;
|
| int64 initial_rtt_us_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(RttStats);
|
| };
|
|
|
| } // namespace net
|
|
|