diff options
Diffstat (limited to 'content/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h index 085b0e1..7bfef6c 100644 --- a/content/renderer/webplugin_delegate_proxy.h +++ b/content/renderer/webplugin_delegate_proxy.h @@ -30,7 +30,6 @@ struct NPObject; class NPObjectStub; class PluginChannelHost; struct PluginHostMsg_URLRequest_Params; -class RenderViewImpl; class SkBitmap; namespace base { @@ -47,6 +46,9 @@ class WebPlugin; } } +namespace content { +class RenderViewImpl; + // An implementation of WebPluginDelegate that proxies all calls to // the plugin process. class WebPluginDelegateProxy @@ -327,4 +329,6 @@ class WebPluginDelegateProxy DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateProxy); }; +} // namespace content + #endif // CONTENT_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H_ |