Index: Source/core/html/shadow/InsertionPoint.h |
diff --git a/Source/core/html/shadow/InsertionPoint.h b/Source/core/html/shadow/InsertionPoint.h |
index 76d7485c8ad3587bc41a28fef0761c13f4e599b8..d0f0b0d54ca1271fe98df0b3e995b61cc15dba5d 100644 |
--- a/Source/core/html/shadow/InsertionPoint.h |
+++ b/Source/core/html/shadow/InsertionPoint.h |
@@ -31,12 +31,12 @@ |
#ifndef InsertionPoint_h |
#define InsertionPoint_h |
-#include "CSSSelectorList.h" |
#include "ContentDistributor.h" |
#include "ElementShadow.h" |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
#include "ShadowRoot.h" |
+#include "core/css/CSSSelectorList.h" |
#include <wtf/Forward.h> |
namespace WebCore { |