| Index: Source/core/dom/custom/CustomElementRegistrationContext.h | 
| diff --git a/Source/core/dom/CustomElementRegistrationContext.h b/Source/core/dom/custom/CustomElementRegistrationContext.h | 
| similarity index 95% | 
| rename from Source/core/dom/CustomElementRegistrationContext.h | 
| rename to Source/core/dom/custom/CustomElementRegistrationContext.h | 
| index 7d23d725b990c378130df3fc943e5619816271d8..1c933bba9f1a07ccc4a0b4495c0adcb971a843f6 100644 | 
| --- a/Source/core/dom/CustomElementRegistrationContext.h | 
| +++ b/Source/core/dom/custom/CustomElementRegistrationContext.h | 
| @@ -31,10 +31,10 @@ | 
| #ifndef CustomElementRegistrationContext_h | 
| #define CustomElementRegistrationContext_h | 
|  | 
| -#include "core/dom/CustomElementDescriptor.h" | 
| -#include "core/dom/CustomElementRegistry.h" | 
| -#include "core/dom/CustomElementUpgradeCandidateMap.h" | 
| #include "core/dom/QualifiedName.h" | 
| +#include "core/dom/custom/CustomElementDescriptor.h" | 
| +#include "core/dom/custom/CustomElementRegistry.h" | 
| +#include "core/dom/custom/CustomElementUpgradeCandidateMap.h" | 
| #include "wtf/HashMap.h" | 
| #include "wtf/PassRefPtr.h" | 
| #include "wtf/text/AtomicString.h" | 
|  |