Index: Source/core/html/shadow/SliderThumbElement.cpp |
diff --git a/Source/core/html/shadow/SliderThumbElement.cpp b/Source/core/html/shadow/SliderThumbElement.cpp |
index 0e00f957703aaed3d52cda1b4f63938b53c6c2d3..8e794d47705a2d93414b40716220e502ca73dc9b 100644 |
--- a/Source/core/html/shadow/SliderThumbElement.cpp |
+++ b/Source/core/html/shadow/SliderThumbElement.cpp |
@@ -33,8 +33,8 @@ |
#include "config.h" |
#include "core/html/shadow/SliderThumbElement.h" |
-#include "core/dom/Event.h" |
-#include "core/dom/MouseEvent.h" |
+#include "core/events/Event.h" |
+#include "core/events/MouseEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/StepRange.h" |