diff options
Diffstat (limited to 'content/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h index cc4f748..c3dc470 100644 --- a/content/renderer/webplugin_delegate_proxy.h +++ b/content/renderer/webplugin_delegate_proxy.h @@ -27,7 +27,6 @@ #endif struct NPObject; -class NPObjectStub; struct PluginHostMsg_URLRequest_Params; class SkBitmap; @@ -46,6 +45,7 @@ class WebPlugin; } namespace content { +class NPObjectStub; class PluginChannelHost; class RenderViewImpl; |