chromium/net/disk_cache/blockfile/storage_block_unittest.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}