| Index: sky/engine/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementRegistry.h b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| index 5cfcffd5d6c93fe8ada7e4cc38b97ac0f73a68de..ecdba491715f3faa5e1ef20e5d58127923d7f626 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| @@ -31,15 +31,15 @@
|
| #ifndef CustomElementRegistry_h
|
| #define CustomElementRegistry_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"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "sky/engine/core/dom/custom/CustomElement.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementDefinition.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementDescriptor.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementDescriptorHash.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|