| Index: content/common/np_channel_base.cc
|
| diff --git a/content/common/np_channel_base.cc b/content/common/np_channel_base.cc
|
| index c4335021ca3083b418154f2ae226ec35303798f7..007f7a1af071a9cb01813d89db868bc93cea27db 100644
|
| --- a/content/common/np_channel_base.cc
|
| +++ b/content/common/np_channel_base.cc
|
| @@ -191,7 +191,7 @@ void NPChannelBase::OnChannelConnected(int32 peer_pid) {
|
| }
|
|
|
| void NPChannelBase::AddRoute(int route_id,
|
| - IPC::Channel::Listener* listener,
|
| + IPC::Listener* listener,
|
| NPObjectBase* npobject) {
|
| if (npobject) {
|
| npobject_listeners_[route_id] = npobject;
|
|
|