| Index: content/renderer/plugin_channel_host.cc
|
| diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
|
| index 009c651133d72a5de9fe791ecf55bbf9e415f0c2..d2fd0ae9a2547800b2fb08a87c3ccbd102da371e 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);
|
|
|
|
|