Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index e6dd65c9dacf54b676edbc238a25e9ba4a3f0428..f8d83d09cfd6a75741d8e1d2d2d4c2fc36cf4aa2 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -25,10 +25,10 @@ |
#include "HTMLContentElement.h" |
#include "HTMLDetailsElement.h" |
#include "HTMLNames.h" |
-#include "KeyboardEvent.h" |
-#include "MouseEvent.h" |
-#include "NodeRenderingContext.h" |
-#include "ShadowRoot.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
+#include "core/dom/NodeRenderingContext.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/platform/PlatformMouseEvent.h" |
#include "core/rendering/RenderBlock.h" |