Index: chrome/plugin/webplugin_delegate_stub.h |
=================================================================== |
--- chrome/plugin/webplugin_delegate_stub.h (revision 69765) |
+++ chrome/plugin/webplugin_delegate_stub.h (working copy) |
@@ -29,11 +29,7 @@ |
class WebInputEvent; |
} |
-namespace webkit { |
-namespace npapi { |
class WebPluginDelegateImpl; |
-} |
-} |
// Converts the IPC messages from WebPluginDelegateProxy into calls to the |
// actual WebPluginDelegateImpl object. |
@@ -115,7 +111,7 @@ |
scoped_refptr<PluginChannel> channel_; |
- webkit::npapi::WebPluginDelegateImpl* delegate_; |
+ WebPluginDelegateImpl* delegate_; |
WebPluginProxy* webplugin_; |
bool in_destructor_; |