Index: net/quic/crypto/chacha20_poly1305_encrypter.h |
diff --git a/net/quic/crypto/chacha20_poly1305_encrypter.h b/net/quic/crypto/chacha20_poly1305_encrypter.h |
index ed1102ce1e256d04b7f30228aa85675dcf0f0427..4a68caa531b309926de2b0f3ced164597d29269d 100644 |
--- a/net/quic/crypto/chacha20_poly1305_encrypter.h |
+++ b/net/quic/crypto/chacha20_poly1305_encrypter.h |
@@ -37,6 +37,9 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Encrypter : public AeadBaseEncrypter { |
size_t auth_tag_size, |
AeadParams* aead_params) const OVERRIDE; |
#endif |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(ChaCha20Poly1305Encrypter); |
}; |
} // namespace net |