Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 7deff3c8b81dfb9c6ef860eb5651b47f6a3f8df0..62b876eb7915a357923699f7a4498c685dafa43e 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -258,7 +258,7 @@ IPC_MESSAGE_ROUTED1(InputMsg_ReplaceMisspelling, |
IPC_MESSAGE_ROUTED0(InputMsg_Delete) |
IPC_MESSAGE_ROUTED0(InputMsg_SelectAll) |
-IPC_MESSAGE_ROUTED0(InputMsg_Unselect) |
+IPC_MESSAGE_ROUTED0(InputMsg_CollapseSelection) |
// Requests the renderer to select the region between two points. |
// Expects a SelectRange_ACK message when finished. |