| Index: net/disk_cache/mem_entry_impl.h
|
| diff --git a/net/disk_cache/mem_entry_impl.h b/net/disk_cache/mem_entry_impl.h
|
| index c3872dd82eae7e70799b77a46e828a018d5497ff..db46c4d51b64389554f21327ac7b0c9ba33347dc 100644
|
| --- a/net/disk_cache/mem_entry_impl.h
|
| +++ b/net/disk_cache/mem_entry_impl.h
|
| @@ -120,7 +120,7 @@ class MemEntryImpl : public Entry {
|
| NUM_STREAMS = 3
|
| };
|
|
|
| - ~MemEntryImpl();
|
| + virtual ~MemEntryImpl();
|
|
|
| // Do all the work for corresponding public functions. Implemented as
|
| // separate functions to make logging of results simpler.
|
|
|