| Index: chrome/browser/renderer_host/text_input_client_mac_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/renderer_host/text_input_client_mac_unittest.mm (revision 91880)
|
| +++ chrome/browser/renderer_host/text_input_client_mac_unittest.mm (working copy)
|
| @@ -105,7 +105,7 @@
|
|
|
| EXPECT_EQ(1U, ipc_sink().message_count());
|
| EXPECT_TRUE(ipc_sink().GetUniqueMessageMatching(
|
| - TextInputClientMsg_CharacterIndexForPoint::ID));
|
| + TextInputClientMsg_CharacterIndexForPocontent::NOTIFICATION_ID));
|
| EXPECT_EQ(kSuccessValue, index);
|
| }
|
|
|
| @@ -114,7 +114,7 @@
|
| widget(), gfx::Point(2, 2));
|
| EXPECT_EQ(1U, ipc_sink().message_count());
|
| EXPECT_TRUE(ipc_sink().GetUniqueMessageMatching(
|
| - TextInputClientMsg_CharacterIndexForPoint::ID));
|
| + TextInputClientMsg_CharacterIndexForPocontent::NOTIFICATION_ID));
|
| EXPECT_EQ(NSNotFound, index);
|
| }
|
|
|
| @@ -150,7 +150,7 @@
|
| for (size_t i = 0; i < ipc_sink().message_count(); ++i) {
|
| const IPC::Message* ipc_message = ipc_sink().GetMessageAt(i);
|
| EXPECT_EQ(ipc_message->type(),
|
| - TextInputClientMsg_CharacterIndexForPoint::ID);
|
| + TextInputClientMsg_CharacterIndexForPocontent::NOTIFICATION_ID);
|
| }
|
| }
|
|
|
|
|