Index: net/disk_cache/storage_block_unittest.cc |
=================================================================== |
--- net/disk_cache/storage_block_unittest.cc (revision 199883) |
+++ net/disk_cache/storage_block_unittest.cc (working copy) |
@@ -3,12 +3,18 @@ |
// found in the LICENSE file. |
#include "base/file_util.h" |
+#include "net/disk_cache/disk_format.h" |
#include "net/disk_cache/storage_block.h" |
#include "net/disk_cache/storage_block-inl.h" |
#include "net/disk_cache/disk_cache_test_base.h" |
#include "net/disk_cache/disk_cache_test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+namespace disk_cache { |
+struct EntryStore; |
+typedef StorageBlock<EntryStore> CacheEntryBlock; |
+} |
+ |
TEST_F(DiskCacheTest, StorageBlock_LoadStore) { |
base::FilePath filename = cache_path_.AppendASCII("a_test"); |
scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile); |