| Index: ui/views/mus/input_method_mus.h
|
| diff --git a/ui/views/mus/input_method_mus.h b/ui/views/mus/input_method_mus.h
|
| index 9052e38473ba672bfc31a5114ebac87da4024bb4..a1bc80f695d7eb78646670a8e02a29652f3235d5 100644
|
| --- a/ui/views/mus/input_method_mus.h
|
| +++ b/ui/views/mus/input_method_mus.h
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/ime/input_method_base.h"
|
| -
|
| #ifndef UI_VIEWS_MUS_INPUT_METHOD_MUS_H_
|
| #define UI_VIEWS_MUS_INPUT_METHOD_MUS_H_
|
|
|
| @@ -11,6 +9,7 @@
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "services/service_manager/public/cpp/connector.h"
|
| #include "services/ui/public/interfaces/ime.mojom.h"
|
| +#include "ui/base/ime/input_method_base.h"
|
| #include "ui/views/mus/mus_export.h"
|
|
|
| namespace ui {
|
|
|