summaryrefslogtreecommitdiffstats
path: root/content/renderer/plugin_channel_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/plugin_channel_host.cc')
-rw-r--r--content/renderer/plugin_channel_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
index 009c651..d2fd0ae 100644
--- a/content/renderer/plugin_channel_host.cc
+++ b/content/renderer/plugin_channel_host.cc
@@ -151,7 +151,7 @@ int PluginChannelHost::GenerateRouteID() {
}
void PluginChannelHost::AddRoute(int route_id,
- IPC::Channel::Listener* listener,
+ IPC::Listener* listener,
NPObjectBase* npobject) {
NPChannelBase::AddRoute(route_id, listener, npobject);