Index: net/disk_cache/storage_block.h |
diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h |
index ab7cd41616b0e95866e7a814558ffc2c4161a380..49694c60204c40b519130ac3a9751f7fcbd563c3 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. |