| Index: content/renderer/pepper/plugin_module.cc | 
| =================================================================== | 
| --- content/renderer/pepper/plugin_module.cc	(revision 214411) | 
| +++ content/renderer/pepper/plugin_module.cc	(working copy) | 
| @@ -532,12 +532,12 @@ | 
| } | 
|  | 
| PepperPluginInstanceImpl* PluginModule::CreateInstance( | 
| -    PepperPluginDelegateImpl* delegate, | 
| +    PepperHelperImpl* helper, | 
| RenderViewImpl* render_view, | 
| WebKit::WebPluginContainer* container, | 
| const GURL& plugin_url) { | 
| PepperPluginInstanceImpl* instance = PepperPluginInstanceImpl::Create( | 
| -      delegate, render_view, this, container, plugin_url); | 
| +      helper, render_view, this, container, plugin_url); | 
| if (!instance) { | 
| LOG(WARNING) << "Plugin doesn't support instance interface, failing."; | 
| return NULL; | 
|  |