Index: Source/WebKit/chromium/src/WebElement.cpp |
diff --git a/Source/WebKit/chromium/src/WebElement.cpp b/Source/WebKit/chromium/src/WebElement.cpp |
index 60dbdbd483a58c5f597387751cf8cd189af9caf2..ad45cc4d7dd827fdb97e9a224eae70cabd13070e 100644 |
--- a/Source/WebKit/chromium/src/WebElement.cpp |
+++ b/Source/WebKit/chromium/src/WebElement.cpp |
@@ -29,11 +29,11 @@ |
*/ |
#include "config.h" |
-#include "Element.h" |
-#include "NamedNodeMap.h" |
-#include "ShadowRoot.h" |
#include "WebDocument.h" |
#include "WebElement.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/NamedNodeMap.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/rendering/RenderBoxModelObject.h" |
#include "core/rendering/RenderObject.h" |
#include <public/WebRect.h> |