| Index: sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementProcessingStack.h b/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| index 1b6eb71de25845c0af7fcadaf40f6616db7e757e..5f90a4b63401e56aafbef7282488206641f6f6e4 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef CustomElementProcessingStack_h
|
| #define CustomElementProcessingStack_h
|
|
|
| -#include "core/dom/custom/CustomElementCallbackQueue.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementCallbackQueue.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|