| Index: ui/views/ime/input_method_bridge.cc
|
| diff --git a/ui/views/ime/input_method_bridge.cc b/ui/views/ime/input_method_bridge.cc
|
| index b6106d8962c49d026c227596c37333576e032d36..fcc59161a302e73789566727c01611c27928d031 100644
|
| --- a/ui/views/ime/input_method_bridge.cc
|
| +++ b/ui/views/ime/input_method_bridge.cc
|
| @@ -172,7 +172,7 @@
|
| }
|
|
|
| // Overridden from TextInputClient. Forward an event from the system-wide IME
|
| -// to the text input |client|, which is e.g. views::Textfield.
|
| +// to the text input |client|, which is e.g. views::NativeTextfieldViews.
|
| void InputMethodBridge::SetCompositionText(
|
| const ui::CompositionText& composition) {
|
| TextInputClient* client = GetTextInputClient();
|
|
|