Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / tools / quic / quic_spdy_client_stream.h
index 37b0812..1292e19 100644 (file)
@@ -76,6 +76,8 @@ class QuicSpdyClientStream : public QuicDataStream {
   bool response_headers_received_;
   size_t header_bytes_read_;
   size_t header_bytes_written_;
+
+  DISALLOW_COPY_AND_ASSIGN(QuicSpdyClientStream);
 };
 
 }  // namespace tools