| Index: sky/engine/core/dom/NodeList.h
|
| diff --git a/sky/engine/core/dom/NodeList.h b/sky/engine/core/dom/NodeList.h
|
| index 03781d708b43b0d4cdae459e0a26019bc45bec85..d8139b7f7a4986ea0d8b3ec8fd9b3e27c03803a2 100644
|
| --- a/sky/engine/core/dom/NodeList.h
|
| +++ b/sky/engine/core/dom/NodeList.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef NodeList_h
|
| #define NodeList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|