#include "net/disk_cache/simple/simple_test_util.h"
#include "base/compiler_specific.h"
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "net/base/hash_value.h"
#include "net/disk_cache/simple/simple_entry_format.h"
#include "net/disk_cache/simple/simple_util.h"
namespace disk_cache::simple_util {
File;
FilePath;
bool CreateCorruptFileForTests(const std::string& key,
const FilePath& cache_path) { … }
bool RemoveKeySHA256FromEntry(const std::string& key,
const FilePath& cache_path) { … }
bool CorruptKeySHA256FromEntry(const std::string& key,
const base::FilePath& cache_path) { … }
bool CorruptStream0LengthFromEntry(const std::string& key,
const base::FilePath& cache_path) { … }
}