Chromium Code Reviews| Index: net/quic/quic_data_reader.h |
| diff --git a/net/quic/quic_data_reader.h b/net/quic/quic_data_reader.h |
| index 9effa1cc89662337b6163a4e277796ad9efc5694..1686de028cca4b754946900af5d85c1fccbe0936 100644 |
| --- a/net/quic/quic_data_reader.h |
| +++ b/net/quic/quic_data_reader.h |
| @@ -124,6 +124,8 @@ class NET_EXPORT_PRIVATE QuicDataReader { |
| // The location of the next read from our data buffer. |
| size_t pos_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(QuicDataReader); |
| }; |
| } // namespace net |