summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/storage_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/storage_block.h')
-rw-r--r--net/disk_cache/storage_block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h
index b43d746..30e0bf9 100644
--- a/net/disk_cache/storage_block.h
+++ b/net/disk_cache/storage_block.h
@@ -63,6 +63,7 @@ class StorageBlock : public FileBlock {
private:
void AllocateData();
+ void DeleteData();
T* data_;
MappedFile* file_;