#include "base/files/file_path.h"
#include "net/disk_cache/blockfile/disk_format.h"
#include "net/disk_cache/blockfile/storage_block-inl.h"
#include "net/disk_cache/blockfile/storage_block.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"
CacheEntryBlock;
TEST_F(DiskCacheTest, StorageBlock_LoadStore) { … }
TEST_F(DiskCacheTest, StorageBlock_SetData) { … }
TEST_F(DiskCacheTest, StorageBlock_SetModified) { … }
TEST_F(DiskCacheTest, StorageBlock_DifferentNumBuffers) { … }