| Index: net/quic/crypto/quic_server_info.h
|
| diff --git a/net/quic/crypto/quic_server_info.h b/net/quic/crypto/quic_server_info.h
|
| index 8b3db5f1414bdbd22ee6ce8b900ae9aeeab80036..fd54b94ad92e9150bb5c23a0a0717cdfc2ae0368 100644
|
| --- a/net/quic/crypto/quic_server_info.h
|
| +++ b/net/quic/crypto/quic_server_info.h
|
| @@ -100,6 +100,8 @@ class NET_EXPORT_PRIVATE QuicServerInfo {
|
| // This is the QUIC server (hostname, port, is_https, privacy_mode) tuple for
|
| // which we restore the crypto_config.
|
| const QuicServerId server_id_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(QuicServerInfo);
|
| };
|
|
|
| class QuicServerInfoFactory {
|
|
|