| Index: Source/web/android/WebInputEventFactory.cpp
|
| diff --git a/Source/web/android/WebInputEventFactory.cpp b/Source/web/android/WebInputEventFactory.cpp
|
| index 5b204cdbb5fe68473deaaabe1817ff0c6c62562f..62a9b1584ba7ae0ff5adcbfbee7e838528028f52 100644
|
| --- a/Source/web/android/WebInputEventFactory.cpp
|
| +++ b/Source/web/android/WebInputEventFactory.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "WebInputEventFactory.h"
|
|
|
| #include "WebInputEvent.h"
|
| -#include "core/platform/chromium/KeyCodeConversion.h"
|
| -#include "core/platform/chromium/KeyboardCodes.h"
|
| +#include "platform/KeyCodeConversion.h"
|
| +#include "platform/KeyboardCodes.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace WebKit {
|
|
|