| Index: content/common/npobject_proxy.cc
|
| diff --git a/content/common/npobject_proxy.cc b/content/common/npobject_proxy.cc
|
| index 0ee801c3c5523c897b516a1200e5e2b021b0c6fe..f2d93f57851b300d0da7139390bffbc07f29bb41 100644
|
| --- a/content/common/npobject_proxy.cc
|
| +++ b/content/common/npobject_proxy.cc
|
| @@ -51,8 +51,8 @@ NPObject* NPObjectProxy::GetUnderlyingNPObject() {
|
| return NULL;
|
| }
|
|
|
| -IPC::Channel::Listener* NPObjectProxy::GetChannelListener() {
|
| - return static_cast<IPC::Channel::Listener*>(this);
|
| +IPC::Listener* NPObjectProxy::GetChannelListener() {
|
| + return static_cast<IPC::Listener*>(this);
|
| }
|
|
|
| NPObjectProxy::NPObjectProxy(
|
|
|