Index: Source/core/html/HTMLButtonElement.cpp |
diff --git a/Source/core/html/HTMLButtonElement.cpp b/Source/core/html/HTMLButtonElement.cpp |
index b1ee00adc5a998b9138f4ea995f4f4160f567588..ee49e25a9ba898070a3d18a6a56d18799a0fae90 100644 |
--- a/Source/core/html/HTMLButtonElement.cpp |
+++ b/Source/core/html/HTMLButtonElement.cpp |
@@ -28,8 +28,8 @@ |
#include "HTMLNames.h" |
#include "core/dom/Attribute.h" |
-#include "core/dom/EventNames.h" |
-#include "core/dom/KeyboardEvent.h" |
+#include "core/events/EventNames.h" |
+#include "core/events/KeyboardEvent.h" |
#include "core/html/FormDataList.h" |
#include "core/html/HTMLFormElement.h" |
#include "core/rendering/RenderButton.h" |