Index: net/quic/crypto/p256_key_exchange.h |
diff --git a/net/quic/crypto/p256_key_exchange.h b/net/quic/crypto/p256_key_exchange.h |
index 8145cc052492ab315885bfb9839e0251e9bee9cf..49a66cec3debd6f63eb4e323fb365a6f176567d7 100644 |
--- a/net/quic/crypto/p256_key_exchange.h |
+++ b/net/quic/crypto/p256_key_exchange.h |
@@ -73,6 +73,8 @@ class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange { |
#endif |
// The public key stored as an uncompressed P-256 point. |
uint8 public_key_[kUncompressedP256PointBytes]; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(P256KeyExchange); |
}; |
} // namespace net |