#ifndef STORAGE_BROWSER_BLOB_MOJO_BLOB_READER_H_
#define STORAGE_BROWSER_BLOB_MOJO_BLOB_READER_H_
#include <memory>
#include <optional>
#include "base/component_export.h"
#include "base/memory/scoped_refptr.h"
#include "base/sequence_checker.h"
#include "mojo/public/cpp/system/data_pipe.h"
#include "mojo/public/cpp/system/simple_watcher.h"
#include "net/base/net_errors.h"
#include "net/http/http_byte_range.h"
#include "storage/browser/blob/blob_reader.h"
namespace network {
class NetToMojoPendingBuffer;
}
namespace storage {
class BlobDataHandle;
class COMPONENT_EXPORT(STORAGE_BROWSER) MojoBlobReader { … };
}
#endif