| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 2192eff0f3694d6e71d6b2072536d8e1449f51e6..40a4a0ae61014c3dc0afcd1d5a15f13782363557 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -37,7 +37,7 @@ class HttpStreamParser : public ChunkCallback {
|
| const HttpRequestInfo* request,
|
| GrowableIOBuffer* read_buffer,
|
| const BoundNetLog& net_log);
|
| - ~HttpStreamParser();
|
| + virtual ~HttpStreamParser();
|
|
|
| // These functions implement the interface described in HttpStream with
|
| // some additional functionality
|
|
|