Chromium Code Reviews| Index: net/http/http_cache.h |
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h |
| index 3fbb5e10f2158488cb22c158d433299b7c23c4a9..861d36ba4800a6c97eb06f3c80937d22e949dfe9 100644 |
| --- a/net/http/http_cache.h |
| +++ b/net/http/http_cache.h |
| @@ -144,7 +144,7 @@ class NET_API HttpCache : public HttpTransactionFactory, |
| NetLog* net_log, |
| BackendFactory* backend_factory); |
| - ~HttpCache(); |
| + virtual ~HttpCache(); |
| HttpTransactionFactory* network_layer() { return network_layer_.get(); } |