| Index: ui/base/ime/input_method.h
|
| diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h
|
| index 57678f73da78c68e85fbe4783267e6e60e5cd0b7..b6b30e2aacaf1b966fe1e66b0b1d406340c4df82 100644
|
| --- a/ui/base/ime/input_method.h
|
| +++ b/ui/base/ime/input_method.h
|
| @@ -42,7 +42,7 @@ class TextInputClient;
|
| // - Keeps track of the focused TextInputClient to see which client can call
|
| // APIs, OnTextInputTypeChanged, OnCaretBoundsChanged, and CancelComposition,
|
| // that change the state of the input method.
|
| -// In Aura environment, aura::RootWindowHost creates an instance of
|
| +// In Aura environment, aura::WindowTreeHost creates an instance of
|
| // ui::InputMethod and owns it.
|
| class InputMethod {
|
| public:
|
|
|