| Index: content/common/npobject_base.h
|
| diff --git a/content/common/npobject_base.h b/content/common/npobject_base.h
|
| index e8dd6a95205ec8ebfe674ff260f51bdf740c6660..0fc62cff3ee17e2da0d51c278f2e7f0aabf007dc 100644
|
| --- a/content/common/npobject_base.h
|
| +++ b/content/common/npobject_base.h
|
| @@ -9,7 +9,7 @@
|
| #define CONTENT_COMMON_NPOBJECT_BASE_H_
|
| #pragma once
|
|
|
| -#include "ipc/ipc_channel.h"
|
| +#include "ipc/ipc_listener.h"
|
| #include "third_party/npapi/bindings/npruntime.h"
|
|
|
| struct NPObject;
|
| @@ -22,7 +22,7 @@ class NPObjectBase {
|
| virtual NPObject* GetUnderlyingNPObject() = 0;
|
|
|
| // Returns the channel listener for this NPObjectBase instance.
|
| - virtual IPC::Channel::Listener* GetChannelListener() = 0;
|
| + virtual IPC::Listener* GetChannelListener() = 0;
|
| };
|
|
|
| #endif // CONTENT_COMMON_NPOBJECT_BASE_H_
|
|
|