Index: Source/core/dom/CustomElementConstructor.h |
diff --git a/Source/core/dom/CustomElementConstructor.h b/Source/core/dom/CustomElementConstructor.h |
index 3f47da2a897822bdd2d525ae972c5951e0d9c82f..5e6b1315a7f873fafb45b844e069cba998acdcdd 100644 |
--- a/Source/core/dom/CustomElementConstructor.h |
+++ b/Source/core/dom/CustomElementConstructor.h |
@@ -31,9 +31,9 @@ |
#ifndef CustomElementConstructor_h |
#define CustomElementConstructor_h |
-#include "ContextDestructionObserver.h" |
-#include "Document.h" |
-#include "QualifiedName.h" |
+#include "core/dom/ContextDestructionObserver.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/QualifiedName.h" |
#include <wtf/Forward.h> |
#include <wtf/PassRefPtr.h> |
#include <wtf/RefCounted.h> |