| Index: net/http/http_stream.h
|
| diff --git a/net/http/http_stream.h b/net/http/http_stream.h
|
| index 22362e2899160b25087ae5fbbf776f0f918e15fd..3dda50b2cb4cd50f79b574d43b663b496b4ef673 100644
|
| --- a/net/http/http_stream.h
|
| +++ b/net/http/http_stream.h
|
| @@ -24,7 +24,7 @@ class IOBuffer;
|
| class NET_EXPORT_PRIVATE HttpStream : public HttpStreamBase {
|
| public:
|
| HttpStream() {}
|
| - virtual ~HttpStream() {}
|
| + ~HttpStream() override {}
|
|
|
| // Queries the UploadDataStream for its progress (bytes sent).
|
| virtual UploadProgress GetUploadProgress() const = 0;
|
|
|