Index: chrome/plugin/webplugin_delegate_stub.h |
=================================================================== |
--- chrome/plugin/webplugin_delegate_stub.h (revision 25087) |
+++ chrome/plugin/webplugin_delegate_stub.h (working copy) |
@@ -18,7 +18,6 @@ |
class PluginChannel; |
class WebPluginProxy; |
-class WebPluginDelegate; |
struct PluginMsg_Init_Params; |
struct PluginMsg_DidReceiveResponseParams; |
struct PluginMsg_URLRequestReply_Params; |
@@ -28,6 +27,10 @@ |
class WebInputEvent; |
} |
+namespace webkit_glue { |
+class WebPluginDelegate; |
+} |
+ |
// Converts the IPC messages from WebPluginDelegateProxy into calls to the |
// actual WebPluginDelegate object. |
class WebPluginDelegateStub : public IPC::Channel::Listener, |
@@ -99,7 +102,7 @@ |
scoped_refptr<PluginChannel> channel_; |
- WebPluginDelegate* delegate_; |
+ webkit_glue::WebPluginDelegate* delegate_; |
WebPluginProxy* webplugin_; |
// The url of the main frame hosting the plugin. |