Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / quic / crypto / chacha20_poly1305_encrypter.h
index ed1102c..4a68caa 100644 (file)
@@ -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