Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 0865ebd36c12127a4e4a7da6ac285545f7ac942c..cffda5d3ae4272ab239ae8e56be5691fb7fe5199 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -28,13 +28,13 @@ |
#include "EditingBoundary.h" |
#include "EventTarget.h" |
#include "FocusDirection.h" |
-#include "KURLHash.h" |
#include "MutationObserver.h" |
#include "RenderStyleConstants.h" |
#include "ScriptWrappable.h" |
#include "SimulatedClickOptions.h" |
#include "TreeScope.h" |
-#include "TreeShared.h" |
+#include "core/platform/KURLHash.h" |
+#include "core/platform/TreeShared.h" |
#include "core/platform/graphics/LayoutRect.h" |
#include <wtf/Forward.h> |
#include <wtf/ListHashSet.h> |