Index: ipc/ipc_channel_nacl.cc |
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
index 860815e91cb1b736829ad56747fff57438162802..1ecd5718245d3c00a0663ce9f1221ea3b21962bd 100644 |
--- a/ipc/ipc_channel_nacl.cc |
+++ b/ipc/ipc_channel_nacl.cc |
@@ -344,7 +344,7 @@ bool Channel::ChannelImpl::DidEmptyInputBuffers() { |
return input_fds_.empty(); |
} |
-void Channel::ChannelImpl::HandleHelloMessage(const Message& msg) { |
+void Channel::ChannelImpl::HandleInternalMessage(const Message& msg) { |
// The trusted side IPC::Channel should handle the "hello" handshake; we |
// should not receive the "Hello" message. |
NOTREACHED(); |