| 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 62ed3c50289d57bae839ca619f1da8f6fa0cd257..c78c670158f97891d8cbba5315893da5eff13468 100644
|
| --- a/net/disk_cache/mem_backend_impl.h
|
| +++ b/net/disk_cache/mem_backend_impl.h
|
| @@ -21,7 +21,7 @@ class MemEntryImpl;
|
| // the operations of the cache without writing to disk.
|
| class MemBackendImpl : public Backend {
|
| public:
|
| - MemBackendImpl() : max_size_(0), current_size_(0) {}
|
| + MemBackendImpl();
|
| ~MemBackendImpl();
|
|
|
| // Returns an instance of a Backend implemented only in memory. The returned
|
|
|