// Copyright 2012 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_BLOCKFILE_STATS_H_ #define NET_DISK_CACHE_BLOCKFILE_STATS_H_ #include <stddef.h> #include <stdint.h> #include "base/strings/string_split.h" #include "net/base/net_export.h" #include "net/disk_cache/blockfile/addr.h" namespace disk_cache { StatsItems; // This class stores cache-specific usage information, for tunning purposes. class NET_EXPORT_PRIVATE Stats { … }; } // namespace disk_cache #endif // NET_DISK_CACHE_BLOCKFILE_STATS_H_