| Index: ui/base/ime/input_method.h
|
| diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h
|
| index 891b18a7300bd0dec2beb873b685ea961bf69fae..02505892e3354fa202188d1bdcc646ba4e503d37 100644
|
| --- a/ui/base/ime/input_method.h
|
| +++ b/ui/base/ime/input_method.h
|
| @@ -50,7 +50,7 @@ class UI_EXPORT InputMethod {
|
| virtual ~InputMethod() {}
|
|
|
| // Sets the delegate used by this InputMethod instance. It should only be
|
| - // called by an object which manages the whole UI (e.g. aura::RootWindowHost).
|
| + // called by an object which manages the whole UI.
|
| virtual void SetDelegate(internal::InputMethodDelegate* delegate) = 0;
|
|
|
| // Initializes the InputMethod object. Pass true if the system toplevel window
|
|
|