summaryrefslogtreecommitdiffstats
path: root/remoting/base/compound_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/compound_buffer.h')
-rw-r--r--remoting/base/compound_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h
index 1b0a546..eef8d13 100644
--- a/remoting/base/compound_buffer.h
+++ b/remoting/base/compound_buffer.h
@@ -83,6 +83,7 @@ class CompoundBuffer {
struct DataChunk {
DataChunk(net::IOBuffer* buffer, const char* start, int size);
+ ~DataChunk();
scoped_refptr<net::IOBuffer> buffer;
const char* start;