Index: chrome/plugin/webplugin_delegate_stub.h |
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h |
index cbd2c97f90fe89eaab942a0b0c8f0f7b861e7bd8..c310467a637e07eafd197437bd8235310230c1c5 100644 |
--- a/chrome/plugin/webplugin_delegate_stub.h |
+++ b/chrome/plugin/webplugin_delegate_stub.h |
@@ -29,7 +29,11 @@ namespace WebKit { |
class WebInputEvent; |
} |
+namespace webkit { |
+namespace npapi { |
class WebPluginDelegateImpl; |
+} |
+} |
// Converts the IPC messages from WebPluginDelegateProxy into calls to the |
// actual WebPluginDelegateImpl object. |
@@ -111,7 +115,7 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, |
scoped_refptr<PluginChannel> channel_; |
- WebPluginDelegateImpl* delegate_; |
+ webkit::npapi::WebPluginDelegateImpl* delegate_; |
WebPluginProxy* webplugin_; |
bool in_destructor_; |