| Index: ui/base/ime/input_method_ibus.h
|
| diff --git a/ui/base/ime/input_method_ibus.h b/ui/base/ime/input_method_ibus.h
|
| index 08c66fc5baf3008501650997b167fd256460b749..c99a14813978550f189c6dd7767f758777e5e81d 100644
|
| --- a/ui/base/ime/input_method_ibus.h
|
| +++ b/ui/base/ime/input_method_ibus.h
|
| @@ -203,7 +203,7 @@ class UI_EXPORT InputMethodIBus
|
| string16 result_text_;
|
|
|
| string16 previous_surrounding_text_;
|
| - ui::Range previous_selection_range_;
|
| + gfx::Range previous_selection_range_;
|
|
|
| // Indicates if input context is focused or not.
|
| bool context_focused_;
|
|
|