#ifndef SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_ON_DISK_H_
#define SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_ON_DISK_H_
#include <string>
#include "base/component_export.h"
#include "base/functional/callback.h"
#include "base/functional/callback_helpers.h"
#include "base/time/time.h"
#include "base/unguessable_token.h"
#include "net/base/hash_value.h"
#include "net/disk_cache/disk_cache.h"
#include "net/shared_dictionary/shared_dictionary.h"
namespace net {
class IOBufferWithSize;
}
namespace network {
class SharedDictionaryDiskCache;
class COMPONENT_EXPORT(NETWORK_SERVICE) SharedDictionaryOnDisk
: public net::SharedDictionary { … };
}
#endif