summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_delegate_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.h')
-rw-r--r--content/plugin/webplugin_delegate_stub.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
index 370ff97..2eb346005 100644
--- a/content/plugin/webplugin_delegate_stub.h
+++ b/content/plugin/webplugin_delegate_stub.h
@@ -26,14 +26,9 @@ namespace WebKit {
class WebInputEvent;
}
-namespace webkit {
-namespace npapi {
-class WebPluginDelegateImpl;
-}
-}
-
namespace content {
class PluginChannel;
+class WebPluginDelegateImpl;
class WebPluginProxy;
// Converts the IPC messages from WebPluginDelegateProxy into calls to the
@@ -119,7 +114,7 @@ class WebPluginDelegateStub : public IPC::Listener,
scoped_refptr<PluginChannel> channel_;
base::WeakPtr<NPObjectStub> plugin_scriptable_object_;
- webkit::npapi::WebPluginDelegateImpl* delegate_;
+ WebPluginDelegateImpl* delegate_;
WebPluginProxy* webplugin_;
bool in_destructor_;