#ifndef COMPONENTS_PDF_RENDERER_PDF_VIEW_WEB_PLUGIN_CLIENT_H_
#define COMPONENTS_PDF_RENDERER_PDF_VIEW_WEB_PLUGIN_CLIENT_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "pdf/pdf_view_web_plugin.h"
namespace blink {
class WebLocalFrame;
class WebPluginContainer;
}
namespace content {
class RenderFrame;
class V8ValueConverter;
}
namespace v8 {
class Isolate;
}
namespace pdf {
class PdfViewWebPluginClient : public chrome_pdf::PdfViewWebPlugin::Client { … };
}
#endif