| Index: sky/engine/web/WebInputEvent.cpp
|
| diff --git a/sky/engine/web/WebInputEvent.cpp b/sky/engine/web/WebInputEvent.cpp
|
| index 206f2de33fdf19d7066258f10ebbafe26e35823c..2773a1466bea7642fbc06b7aaad43651aeeda553 100644
|
| --- a/sky/engine/web/WebInputEvent.cpp
|
| +++ b/sky/engine/web/WebInputEvent.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebInputEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebInputEvent.h"
|
|
|
| -#include "platform/KeyboardCodes.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/StringExtras.h"
|
| #include <ctype.h>
|
| +#include "sky/engine/platform/KeyboardCodes.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/StringExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|