Chromium Code Reviews| Index: net/quic/quic_http_stream.h |
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h |
| index ce78bb3d894f8d9ed8717beb2526fd8b234536f1..f13527ea93022927082dcb5427f0dd97d05ded66 100644 |
| --- a/net/quic/quic_http_stream.h |
| +++ b/net/quic/quic_http_stream.h |
| @@ -163,6 +163,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream : |
| BoundNetLog stream_net_log_; |
| base::WeakPtrFactory<QuicHttpStream> weak_factory_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(QuicHttpStream); |
| }; |
| } // namespace net |