| Index: ui/platform_window/mojo/ime_type_converters.h
|
| diff --git a/mojo/converters/ime/ime_type_converters.h b/ui/platform_window/mojo/ime_type_converters.h
|
| similarity index 72%
|
| rename from mojo/converters/ime/ime_type_converters.h
|
| rename to ui/platform_window/mojo/ime_type_converters.h
|
| index 11fa01d22e7cb2d67c3dc779b4a82bf600eb12d2..94fbda36b7d1752c5e48df5a6f746b753f64e8d0 100644
|
| --- a/mojo/converters/ime/ime_type_converters.h
|
| +++ b/ui/platform_window/mojo/ime_type_converters.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_CONVERTERS_IME_IME_TYPE_CONVERTERS_H_
|
| -#define MOJO_CONVERTERS_IME_IME_TYPE_CONVERTERS_H_
|
| +#ifndef UI_PLATFORM_WINDOW_MOJO_IME_TYPE_CONVERTERS_H_
|
| +#define UI_PLATFORM_WINDOW_MOJO_IME_TYPE_CONVERTERS_H_
|
|
|
| -#include "mojo/converters/ime/mojo_ime_export.h"
|
| -#include "ui/mojo/ime/text_input_state.mojom.h"
|
| +#include "ui/platform_window/mojo/mojo_ime_export.h"
|
| +#include "ui/platform_window/mojo/text_input_state.mojom.h"
|
| #include "ui/platform_window/text_input_state.h"
|
|
|
| namespace mojo {
|
| @@ -28,4 +28,4 @@ struct MOJO_IME_EXPORT TypeConverter<ui::TextInputState, TextInputStatePtr> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_CONVERTERS_IME_IME_TYPE_CONVERTERS_H_
|
| +#endif // UI_PLATFORM_WINDOW_MOJO_IME_TYPE_CONVERTERS_H_
|
|
|