Chromium Code Reviews| Index: content/renderer/pepper/plugin_module.cc |
| =================================================================== |
| --- content/renderer/pepper/plugin_module.cc (revision 214295) |
| +++ content/renderer/pepper/plugin_module.cc (working copy) |
| @@ -532,7 +532,7 @@ |
| } |
| PepperPluginInstanceImpl* PluginModule::CreateInstance( |
| - PluginDelegate* delegate, |
| + PepperPluginDelegateImpl* delegate, |
| RenderViewImpl* render_view, |
| WebKit::WebPluginContainer* container, |
| const GURL& plugin_url) { |