| 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 01f958db16d4ec3448d5fb1dfee19b3cc2ac9d3b..ebae6dfa0b707990304ae1a20f6919665e2f1a69 100644
|
| --- a/ui/base/ime/input_method_ibus.h
|
| +++ b/ui/base/ime/input_method_ibus.h
|
| @@ -132,9 +132,9 @@ class UI_EXPORT InputMethodIBus
|
| // Pending result text generated by the current pending key event.
|
| // It'll be sent to the focused text input client as soon as we receive the
|
| // processing result of the pending key event.
|
| - string16 result_text_;
|
| + base::string16 result_text_;
|
|
|
| - string16 previous_surrounding_text_;
|
| + base::string16 previous_surrounding_text_;
|
| gfx::Range previous_selection_range_;
|
|
|
| // Indicates if input context is focused or not.
|
|
|