| Index: Source/core/dom/custom/CustomElementDescriptorHash.h | 
| diff --git a/Source/core/dom/CustomElementDescriptorHash.h b/Source/core/dom/custom/CustomElementDescriptorHash.h | 
| similarity index 97% | 
| rename from Source/core/dom/CustomElementDescriptorHash.h | 
| rename to Source/core/dom/custom/CustomElementDescriptorHash.h | 
| index 81c51de8459863a153e93357a949b5d6d76627f3..fe8bcb5789d474156795b7c6010ff962b2c132aa 100644 | 
| --- a/Source/core/dom/CustomElementDescriptorHash.h | 
| +++ b/Source/core/dom/custom/CustomElementDescriptorHash.h | 
| @@ -31,7 +31,7 @@ | 
| #ifndef CustomElementDescriptorHash_h | 
| #define CustomElementDescriptorHash_h | 
|  | 
| -#include "core/dom/CustomElementDescriptor.h" | 
| +#include "core/dom/custom/CustomElementDescriptor.h" | 
| #include "wtf/HashFunctions.h" | 
| #include "wtf/HashTraits.h" | 
| #include "wtf/text/AtomicStringHash.h" | 
|  |