| Index: content/browser/renderer_host/ime_adapter_android.cc
|
| diff --git a/content/browser/renderer_host/ime_adapter_android.cc b/content/browser/renderer_host/ime_adapter_android.cc
|
| index a49e27296e665afd7f262e9aaaaed338d71832cd..d4411905ca0230d8af964b4257cfe370bddc35ee 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.cc
|
| +++ b/content/browser/renderer_host/ime_adapter_android.cc
|
| @@ -29,9 +29,9 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/content_features.h"
|
| #include "jni/ImeAdapter_jni.h"
|
| +#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| +#include "third_party/WebKit/public/platform/WebTextInputType.h"
|
| #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "third_party/WebKit/public/web/WebTextInputType.h"
|
|
|
| using base::android::AttachCurrentThread;
|
| using base::android::ConvertJavaStringToUTF16;
|
|
|