#ifndef COMPONENTS_PDF_BROWSER_PLUGIN_RESPONSE_WRITER_H_
#define COMPONENTS_PDF_BROWSER_PLUGIN_RESPONSE_WRITER_H_
#include <memory>
#include <string>
#include "base/functional/callback_forward.h"
#include "components/pdf/browser/pdf_stream_delegate.h"
#include "mojo/public/c/system/types.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/network/public/mojom/url_loader.mojom.h"
namespace mojo {
class DataPipeProducer;
}
namespace pdf {
class PluginResponseWriter final { … };
}
#endif