diff options
Diffstat (limited to 'net/disk_cache/mem_backend_impl.h')
-rw-r--r-- | net/disk_cache/mem_backend_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/mem_backend_impl.h b/net/disk_cache/mem_backend_impl.h index dae4289..52a78f6 100644 --- a/net/disk_cache/mem_backend_impl.h +++ b/net/disk_cache/mem_backend_impl.h @@ -26,7 +26,7 @@ class MemEntryImpl; class NET_TEST MemBackendImpl : public Backend { public: explicit MemBackendImpl(net::NetLog* net_log); - ~MemBackendImpl(); + virtual ~MemBackendImpl(); // Returns an instance of a Backend implemented only in memory. The returned // object should be deleted when not needed anymore. max_bytes is the maximum |