| Index: ui/base/gtk/gtk_im_context_util.cc
|
| diff --git a/ui/base/gtk/gtk_im_context_util.cc b/ui/base/gtk/gtk_im_context_util.cc
|
| index b60856bf3f1940e5a37935978209828d950e1885..dfd5f3f9e8d2c0769fb66711cdf4868438c6ff7f 100644
|
| --- a/ui/base/gtk/gtk_im_context_util.cc
|
| +++ b/ui/base/gtk/gtk_im_context_util.cc
|
| @@ -40,7 +40,7 @@ void ExtractCompositionTextFromGtkPreedit(const gchar* utf8_text,
|
| size_t cursor_offset =
|
| char16_offsets[std::max(0, std::min(char_length, cursor_position))];
|
|
|
| - composition->selection = ui::Range(cursor_offset);
|
| + composition->selection = gfx::Range(cursor_offset);
|
|
|
| if (attrs) {
|
| int utf8_length = strlen(utf8_text);
|
|
|