Chromium Code Reviews| Index: remoting/base/compound_buffer.h |
| diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h |
| index 4883e11ee696523f468b3f4793975cb874156459..d93b0d0047a661901c4d41b6df116f2607c4cc11 100644 |
| --- a/remoting/base/compound_buffer.h |
| +++ b/remoting/base/compound_buffer.h |
| @@ -86,6 +86,7 @@ class CompoundBuffer { |
| struct DataChunk { |
| DataChunk(net::IOBuffer* buffer, const char* start, int size); |
| + DataChunk(const DataChunk& other); |
| ~DataChunk(); |
| scoped_refptr<net::IOBuffer> buffer; |