| Index: content/renderer/pepper/pepper_webplugin_impl.h
|
| diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
|
| index aad8b5cb6af767a424dd0a91afd020476dea1e74..24411631f6359f5a40cf96867536233a73450ea3 100644
|
| --- a/content/renderer/pepper/pepper_webplugin_impl.h
|
| +++ b/content/renderer/pepper/pepper_webplugin_impl.h
|
| @@ -16,8 +16,6 @@
|
| #include "third_party/WebKit/public/web/WebPlugin.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| -struct _NPP;
|
| -
|
| namespace blink {
|
| struct WebPluginParams;
|
| struct WebPrintParams;
|
| @@ -28,7 +26,6 @@ namespace content {
|
| class PepperPluginInstanceImpl;
|
| class PluginInstanceThrottlerImpl;
|
| class PluginModule;
|
| -class PPB_URLLoader_Impl;
|
| class RenderFrameImpl;
|
|
|
| class PepperWebPluginImpl : public blink::WebPlugin {
|
|
|