| Index: net/disk_cache/entry_impl.h
|
| diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h
|
| index 59901a885a743f38c6d422053b8d3bfd7378a046..830d426d34b7b128cf631948375a23f79a00d797 100644
|
| --- a/net/disk_cache/entry_impl.h
|
| +++ b/net/disk_cache/entry_impl.h
|
| @@ -152,7 +152,7 @@ class NET_TEST EntryImpl : public Entry, public base::RefCounted<EntryImpl> {
|
| };
|
| class UserBuffer;
|
|
|
| - ~EntryImpl();
|
| + virtual ~EntryImpl();
|
|
|
| // Do all the work for ReadDataImpl and WriteDataImpl. Implemented as
|
| // separate functions to make logging of results simpler.
|
|
|