Index: net/quic/crypto/quic_crypto_server_config.h |
diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h |
index 90d55d2e10ad382bd85d372c405a483d0f1024ea..5ece45d5ed71753abfa8fa918a95adeecf858c0d 100644 |
--- a/net/quic/crypto/quic_crypto_server_config.h |
+++ b/net/quic/crypto/quic_crypto_server_config.h |
@@ -46,6 +46,9 @@ class PrimaryConfigChangedCallback { |
PrimaryConfigChangedCallback(); |
virtual ~PrimaryConfigChangedCallback(); |
virtual void Run(const std::string& scid) = 0; |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(PrimaryConfigChangedCallback); |
}; |
// Callback used to accept the result of the |client_hello| validation step. |
@@ -446,6 +449,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig { |
uint32 source_address_token_lifetime_secs_; |
uint32 server_nonce_strike_register_max_entries_; |
uint32 server_nonce_strike_register_window_secs_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(QuicCryptoServerConfig); |
}; |
} // namespace net |