| Index: net/disk_cache/backend_impl.h
|
| diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h
|
| index e66fb4bd813f384c63797e1ce261f2aa0ca5fb54..cbf6b867750f29237129edf2b52d178170ea8591 100644
|
| --- a/net/disk_cache/backend_impl.h
|
| +++ b/net/disk_cache/backend_impl.h
|
| @@ -47,7 +47,7 @@ class NET_TEST BackendImpl : public Backend {
|
| // mask can be used to limit the usable size of the hash table, for testing.
|
| BackendImpl(const FilePath& path, uint32 mask,
|
| base::MessageLoopProxy* cache_thread, net::NetLog* net_log);
|
| - ~BackendImpl();
|
| + virtual ~BackendImpl();
|
|
|
| // Returns a new backend with the desired flags. See the declaration of
|
| // CreateCacheBackend().
|
|
|