| Index: content/common/npobject_stub.cc
|
| diff --git a/content/common/npobject_stub.cc b/content/common/npobject_stub.cc
|
| index b6f28a7364dde306d90da199829d19a827775db5..03678a9c3809f8f8d6a03d546cc2f45530d1c1af 100644
|
| --- a/content/common/npobject_stub.cc
|
| +++ b/content/common/npobject_stub.cc
|
| @@ -65,8 +65,8 @@ NPObject* NPObjectStub::GetUnderlyingNPObject() {
|
| return npobject_;
|
| }
|
|
|
| -IPC::Channel::Listener* NPObjectStub::GetChannelListener() {
|
| - return static_cast<IPC::Channel::Listener*>(this);
|
| +IPC::Listener* NPObjectStub::GetChannelListener() {
|
| + return static_cast<IPC::Listener*>(this);
|
| }
|
|
|
| bool NPObjectStub::OnMessageReceived(const IPC::Message& msg) {
|
|
|