| Index: third_party/WebKit/public/web/WebInputMethodController.h
|
| diff --git a/third_party/WebKit/public/web/WebInputMethodController.h b/third_party/WebKit/public/web/WebInputMethodController.h
|
| index 756e7e5027493a8624d08526bf045a419d09fc3e..9a3a243ebb54d74c88fb5fe7c8c64209f0dcc03a 100644
|
| --- a/third_party/WebKit/public/web/WebInputMethodController.h
|
| +++ b/third_party/WebKit/public/web/WebInputMethodController.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef WebInputMethodController_h
|
| #define WebInputMethodController_h
|
|
|
| -#include "public/platform/WebTextInputInfo.h"
|
| #include "WebCompositionUnderline.h"
|
| #include "WebTextInputType.h"
|
| #include "WebWidget.h"
|
| +#include "public/platform/WebTextInputInfo.h"
|
|
|
| namespace blink {
|
|
|
|
|