| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index 5022f6994c99974b4c086f6dcff195504fb10b7b..0639d29f472465fadb5f569a70437f43898a8d60 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -108,7 +108,7 @@ class PPAPI_PROXY_EXPORT PluginDispatcher
|
| virtual bool IsPlugin() const;
|
| virtual bool Send(IPC::Message* msg);
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
| virtual void OnChannelError();
|
|
|
|
|