| Index: Source/web/tests/WebInputEventConversionTest.cpp
|
| ===================================================================
|
| --- Source/web/tests/WebInputEventConversionTest.cpp (revision 159157)
|
| +++ Source/web/tests/WebInputEventConversionTest.cpp (working copy)
|
| @@ -38,11 +38,11 @@
|
| #include "WebFrame.h"
|
| #include "WebSettings.h"
|
| #include "WebViewImpl.h"
|
| -#include "core/events/GestureEvent.h"
|
| -#include "core/events/KeyboardEvent.h"
|
| -#include "core/events/MouseEvent.h"
|
| +#include "core/dom/GestureEvent.h"
|
| +#include "core/dom/KeyboardEvent.h"
|
| +#include "core/dom/MouseEvent.h"
|
| #include "core/dom/Touch.h"
|
| -#include "core/events/TouchEvent.h"
|
| +#include "core/dom/TouchEvent.h"
|
| #include "core/dom/TouchList.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameView.h"
|
|
|