diff options
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 3fbb5e1..861d36b 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(); } |