| Index: sky/engine/core/html/HTMLImportElement.h
|
| diff --git a/sky/engine/core/html/HTMLImportElement.h b/sky/engine/core/html/HTMLImportElement.h
|
| index c485c2b9e5c4ec5672b792175c9a51e87d171c16..de106c8de6eac1f754765b53ae7b449462c252c2 100644
|
| --- a/sky/engine/core/html/HTMLImportElement.h
|
| +++ b/sky/engine/core/html/HTMLImportElement.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef HTMLImportElement_h
|
| #define HTMLImportElement_h
|
|
|
| -#include "core/html/HTMLElement.h"
|
| -#include "core/html/imports/HTMLImportChildClient.h"
|
| +#include "sky/engine/core/html/HTMLElement.h"
|
| +#include "sky/engine/core/html/imports/HTMLImportChildClient.h"
|
|
|
| namespace blink {
|
|
|
|
|