Index: content/common/text_input_client_messages.h |
diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h |
index 05d19b81c97f599dd51fa5f10840fc26416e3861..871778f77bf3901f6e41ff52e877a1e65f6c055c 100644 |
--- a/content/common/text_input_client_messages.h |
+++ b/content/common/text_input_client_messages.h |
@@ -5,7 +5,7 @@ |
// Multiply-included message file, hence no include guard |
#include "ipc/ipc_message_macros.h" |
-#include "ui/base/range/range.h" |
+#include "ui/gfx/range/range.h" |
#include "ui/gfx/rect.h" |
#if defined(OS_MACOSX) |
@@ -27,11 +27,11 @@ IPC_MESSAGE_ROUTED1(TextInputClientMsg_CharacterIndexForPoint, |
// Tells the renderer to send back the rectangle for a given character range. |
IPC_MESSAGE_ROUTED1(TextInputClientMsg_FirstRectForCharacterRange, |
- ui::Range) |
+ gfx::Range) |
// Tells the renderer to send back the text fragment in a given range. |
IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringForRange, |
- ui::Range) |
+ gfx::Range) |
//////////////////////////////////////////////////////////////////////////////// |