#ifndef SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_DISK_CACHE_H_
#define SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_DISK_CACHE_H_
#include <memory>
#include <string>
#include <vector>
#include "base/component_export.h"
#include "base/memory/weak_ptr.h"
#include "build/build_config.h"
#include "net/base/completion_once_callback.h"
#include "net/disk_cache/disk_cache.h"
namespace base {
class FilePath;
}
namespace disk_cache {
class BackendFileOperationsFactory;
}
namespace network {
class COMPONENT_EXPORT(NETWORK_SERVICE) SharedDictionaryDiskCache { … };
}
#endif