| Index: Source/core/dom/custom/CustomElementRegistry.h | 
| diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/custom/CustomElementRegistry.h | 
| similarity index 92% | 
| rename from Source/core/dom/CustomElementRegistry.h | 
| rename to Source/core/dom/custom/CustomElementRegistry.h | 
| index d1a79bd990bbb487d202a349265ec6c1a7419b56..11642ddf45a0c7d20840b527245831d603819bcb 100644 | 
| --- a/Source/core/dom/CustomElementRegistry.h | 
| +++ b/Source/core/dom/custom/CustomElementRegistry.h | 
| @@ -31,10 +31,10 @@ | 
| #ifndef CustomElementRegistry_h | 
| #define CustomElementRegistry_h | 
|  | 
| -#include "core/dom/CustomElement.h" | 
| -#include "core/dom/CustomElementDefinition.h" | 
| -#include "core/dom/CustomElementDescriptor.h" | 
| -#include "core/dom/CustomElementDescriptorHash.h" | 
| +#include "core/dom/custom/CustomElement.h" | 
| +#include "core/dom/custom/CustomElementDefinition.h" | 
| +#include "core/dom/custom/CustomElementDescriptor.h" | 
| +#include "core/dom/custom/CustomElementDescriptorHash.h" | 
| #include "wtf/HashMap.h" | 
| #include "wtf/HashSet.h" | 
| #include "wtf/RefPtr.h" | 
|  |