Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / quic / crypto / null_decrypter.h
index e85e124..2bc2fe8 100644 (file)
@@ -38,6 +38,8 @@ class NET_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter {
  private:
   bool ReadHash(QuicDataReader* reader, uint128* hash);
   uint128 ComputeHash(const std::string& data) const;
+
+  DISALLOW_COPY_AND_ASSIGN(NullDecrypter);
 };
 
 }  // namespace net