| Index: Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| diff --git a/Source/core/dom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| similarity index 94%
|
| rename from Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| rename to Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| index f9f23114f3cb6bf6751fe9e2e31635fffa28f348..f68c50b65be76cea7412a881ba3ae7c256da5742 100644
|
| --- a/Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| +++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef CustomElementUpgradeCandidateMap_h
|
| #define CustomElementUpgradeCandidateMap_h
|
|
|
| -#include "core/dom/CustomElementDescriptor.h"
|
| -#include "core/dom/CustomElementDescriptorHash.h"
|
| -#include "core/dom/CustomElementObserver.h"
|
| +#include "core/dom/custom/CustomElementDescriptor.h"
|
| +#include "core/dom/custom/CustomElementDescriptorHash.h"
|
| +#include "core/dom/custom/CustomElementObserver.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/Noncopyable.h"
|
|
|