Index: content/plugin/plugin_channel.h |
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h |
index ed9e215d4a27db5232a9bdd77cb3628d80af4104..7974018fccf229201528cebe0628a18c8e55a316 100644 |
--- a/content/plugin/plugin_channel.h |
+++ b/content/plugin/plugin_channel.h |
@@ -31,7 +31,7 @@ class PluginChannel : public NPChannelBase { |
// Send a message to all renderers that the process is going to shutdown. |
static void NotifyRenderersOfPendingShutdown(); |
- // IPC::Channel::Listener: |
+ // IPC::Listener: |
virtual bool Send(IPC::Message* msg) OVERRIDE; |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
virtual void OnChannelError() OVERRIDE; |