| Index: net/disk_cache/mem_backend_impl.h
|
| diff --git a/net/disk_cache/mem_backend_impl.h b/net/disk_cache/mem_backend_impl.h
|
| index dae428927bbd0d89b90ce4e1af4c7ec2b8740e3a..52a78f624defa7de75f8bf742777a4834329252a 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
|
|
|