#ifndef SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_WRITER_IN_MEMORY_H_
#define SERVICES_NETWORK_SHARED_DICTIONARY_SHARED_DICTIONARY_WRITER_IN_MEMORY_H_
#include <memory>
#include <string>
#include <vector>
#include "base/component_export.h"
#include "base/functional/callback.h"
#include "crypto/secure_hash.h"
#include "services/network/shared_dictionary/shared_dictionary_writer.h"
namespace net {
class IOBuffer;
struct SHA256HashValue;
}
namespace network {
class COMPONENT_EXPORT(NETWORK_SERVICE) SharedDictionaryWriterInMemory
: public SharedDictionaryWriter { … };
}
#endif