| Index: ui/aura/mus/input_method_mus.h
|
| diff --git a/ui/aura/mus/input_method_mus.h b/ui/aura/mus/input_method_mus.h
|
| index e1b3d3c5aa82c5d16686282237cd023e3a265acd..52d77de5dcea10f0ecf1500684a7a45883e048dc 100644
|
| --- a/ui/aura/mus/input_method_mus.h
|
| +++ b/ui/aura/mus/input_method_mus.h
|
| @@ -79,7 +79,7 @@ class AURA_EXPORT InputMethodMus : public ui::InputMethodBase {
|
| Window* window_;
|
|
|
| // May be null in tests.
|
| - ui::mojom::IMEServerPtr ime_server_;
|
| + ui::mojom::IMEDriverPtr ime_driver_;
|
| ui::mojom::InputMethodPtr input_method_ptr_;
|
| // Typically this is the same as |input_method_ptr_|, but it may be mocked
|
| // in tests.
|
|
|