#ifndef NET_DISK_CACHE_BLOCKFILE_ENTRY_IMPL_H_
#define NET_DISK_CACHE_BLOCKFILE_ENTRY_IMPL_H_
#include <stdint.h>
#include <memory>
#include <string>
#include "net/base/net_export.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.h"
#include "net/log/net_log_with_source.h"
namespace net {
class NetLog;
}
namespace disk_cache {
class BackendImpl;
class InFlightBackendIO;
class SparseControl;
CacheEntryBlock;
CacheRankingsBlock;
class NET_EXPORT_PRIVATE EntryImpl
: public Entry,
public base::RefCounted<EntryImpl> { … };
}
#endif