| Index: sky/engine/core/html/imports/HTMLImport.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImport.h b/sky/engine/core/html/imports/HTMLImport.h
|
| index 670dd232e6402160e5cf5e069d4318341cc3748d..054e088836981b1751b2d8d814877852ff16226b 100644
|
| --- a/sky/engine/core/html/imports/HTMLImport.h
|
| +++ b/sky/engine/core/html/imports/HTMLImport.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef HTMLImport_h
|
| #define HTMLImport_h
|
|
|
| -#include "core/html/imports/HTMLImportState.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/TreeNode.h"
|
| +#include "sky/engine/core/html/imports/HTMLImportState.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/TreeNode.h"
|
|
|
| namespace blink {
|
|
|
|
|