| Index: net/quic/quic_sent_entropy_manager.h
|
| diff --git a/net/quic/quic_sent_entropy_manager.h b/net/quic/quic_sent_entropy_manager.h
|
| index a101e738d064b2855aaf48fbc0a2f685dfb8b58f..c89d97730de047f3797e85b98f4892da21042f50 100644
|
| --- a/net/quic/quic_sent_entropy_manager.h
|
| +++ b/net/quic/quic_sent_entropy_manager.h
|
| @@ -51,6 +51,8 @@ class NET_EXPORT_PRIVATE QuicSentEntropyManager {
|
|
|
| // Cumulative hash of entropy of all sent packets.
|
| QuicPacketEntropyHash packets_entropy_hash_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(QuicSentEntropyManager);
|
| };
|
|
|
| } // namespace net
|
|
|