| Index: net/quic/crypto/crypto_server_config_protobuf.h
|
| diff --git a/net/quic/crypto/crypto_server_config_protobuf.h b/net/quic/crypto/crypto_server_config_protobuf.h
|
| index e76ff1452b445c7d7b899dc59979caa744896891..5f31832f89ca74bcbfe47626415fdc707502285f 100644
|
| --- a/net/quic/crypto/crypto_server_config_protobuf.h
|
| +++ b/net/quic/crypto/crypto_server_config_protobuf.h
|
| @@ -111,6 +111,8 @@ class NET_EXPORT_PRIVATE QuicServerConfigProtobuf {
|
| // primary time. For use as a secondary sort key when selecting the
|
| // primary config.
|
| uint64 priority_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(QuicServerConfigProtobuf);
|
| };
|
|
|
| } // namespace net
|
|
|