Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index 711f57fde72075cc9daf03876d189fc75813086a..a544f8be4bbe8aa78a58ccf41a42eb8423f4dafb 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -41,7 +41,7 @@ class Channel::ChannelImpl : public internal::ChannelReader, |
int* bytes_read) OVERRIDE; |
virtual bool WillDispatchInputMessage(Message* msg) OVERRIDE; |
bool DidEmptyInputBuffers() OVERRIDE; |
- virtual void HandleHelloMessage(const Message& msg) OVERRIDE; |
+ virtual void HandleInternalMessage(const Message& msg) OVERRIDE; |
static const string16 PipeName(const std::string& channel_id, |
int32* secret); |