diff options
Diffstat (limited to 'net/disk_cache')
-rw-r--r-- | net/disk_cache/block_files.h | 2 | ||||
-rw-r--r-- | net/disk_cache/storage_block.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index 2fe41ad..2c01906 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -17,8 +17,6 @@ namespace disk_cache { -class EntryImpl; - // This class handles the set of block-files open by the disk cache. class BlockFiles { public: diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h index ab7cd41..49694c6 100644 --- a/net/disk_cache/storage_block.h +++ b/net/disk_cache/storage_block.h @@ -13,8 +13,6 @@ namespace disk_cache { -class EntryImpl; - // This class encapsulates common behavior of a single "block" of data that is // stored on a block-file. It implements the FileBlock interface, so it can be // serialized directly to the backing file. |