| Index: chrome/plugin/webplugin_delegate_stub.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.h (revision 69426)
|
| +++ chrome/plugin/webplugin_delegate_stub.h (working copy)
|
| @@ -29,7 +29,11 @@
|
| 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 @@
|
|
|
| scoped_refptr<PluginChannel> channel_;
|
|
|
| - WebPluginDelegateImpl* delegate_;
|
| + webkit::npapi::WebPluginDelegateImpl* delegate_;
|
| WebPluginProxy* webplugin_;
|
| bool in_destructor_;
|
|
|
|
|