// 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. #ifndef NET_DISK_CACHE_CACHE_UTIL_H_ #define NET_DISK_CACHE_CACHE_UTIL_H_ #include <stdint.h> #include "base/feature_list.h" #include "base/functional/callback_forward.h" #include "net/base/net_export.h" #include "net/disk_cache/disk_cache.h" namespace base { class FilePath; } disk_cache // namespace disk_cache #endif // NET_DISK_CACHE_CACHE_UTIL_H_