| Index: Source/core/events/WheelEvent.cpp
|
| diff --git a/Source/core/events/WheelEvent.cpp b/Source/core/events/WheelEvent.cpp
|
| index 1696c12cd793b4c6ec5c642c20228f1f68f9f4f9..ec747ac66ecea40ad694527b18032ee7e87a2b75 100644
|
| --- a/Source/core/events/WheelEvent.cpp
|
| +++ b/Source/core/events/WheelEvent.cpp
|
| @@ -26,7 +26,7 @@
|
|
|
| #include "core/dom/Clipboard.h"
|
| #include "core/events/ThreadLocalEventNames.h"
|
| -#include "core/platform/PlatformWheelEvent.h"
|
| +#include "platform/PlatformWheelEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|