Index: content/browser/plugin_process_host.cc |
=================================================================== |
--- content/browser/plugin_process_host.cc (revision 96613) |
+++ content/browser/plugin_process_host.cc (working copy) |
@@ -160,7 +160,7 @@ |
CancelRequests(); |
} |
-bool PluginProcessHost::Init(const webkit::npapi::WebPluginInfo& info, |
+bool PluginProcessHost::Init(const webkit::WebPluginInfo& info, |
const std::string& locale) { |
info_ = info; |
set_name(info_.name); |