| Index: Source/core/dom/custom/CustomElement.h
|
| diff --git a/Source/core/dom/CustomElement.h b/Source/core/dom/custom/CustomElement.h
|
| similarity index 98%
|
| rename from Source/core/dom/CustomElement.h
|
| rename to Source/core/dom/custom/CustomElement.h
|
| index 3e66512558e6014e4362daf63c04e67259606b95..c50bc0804e414e9139a9a24f94cd1ec4cd5514d6 100644
|
| --- a/Source/core/dom/CustomElement.h
|
| +++ b/Source/core/dom/custom/CustomElement.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef CustomElement_h
|
| #define CustomElement_h
|
|
|
| -#include "core/dom/CustomElementDefinition.h"
|
| +#include "core/dom/custom/CustomElementDefinition.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|