Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: content/common/text_input_client_messages.h

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/mac/attributed_string_coder_unittest.mm ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « content/common/mac/attributed_string_coder_unittest.mm ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698