Index: net/quic/crypto/chacha20_poly1305_decrypter.h |
diff --git a/net/quic/crypto/chacha20_poly1305_decrypter.h b/net/quic/crypto/chacha20_poly1305_decrypter.h |
index b53d64a78848c8ddd467a06a7a7aa619bd34997c..9d24ba2d13e0f40ff6ed18f24c17d2b3914593f9 100644 |
--- a/net/quic/crypto/chacha20_poly1305_decrypter.h |
+++ b/net/quic/crypto/chacha20_poly1305_decrypter.h |
@@ -37,6 +37,9 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Decrypter : public AeadBaseDecrypter { |
size_t auth_tag_size, |
AeadParams* aead_params) const OVERRIDE; |
#endif |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(ChaCha20Poly1305Decrypter); |
}; |
} // namespace net |