summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/block_files.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/block_files.h')
-rw-r--r--net/disk_cache/block_files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h
index e86546e..faf38ef 100644
--- a/net/disk_cache/block_files.h
+++ b/net/disk_cache/block_files.h
@@ -77,6 +77,7 @@ class BlockFiles {
std::vector<MappedFile*> block_files_; // The actual files.
FRIEND_TEST(DiskCacheTest, BlockFiles_ZeroSizeFile);
+ FRIEND_TEST(DiskCacheTest, BlockFiles_InvalidFile);
DISALLOW_EVIL_CONSTRUCTORS(BlockFiles);
};