| Index: sky/engine/core/html/imports/HTMLImportChild.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportChild.h b/sky/engine/core/html/imports/HTMLImportChild.h
|
| index c3dd934d4a594f5671bc4df1e2a1bcc2467baa1b..ee46580fb0bbb401a0f3e7217e2d795d53d22b8e 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportChild.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportChild.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef HTMLImportChild_h
|
| #define HTMLImportChild_h
|
|
|
| -#include "core/html/imports/HTMLImport.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "platform/weborigin/KURL.h"
|
| -#include "wtf/WeakPtr.h"
|
| +#include "sky/engine/core/html/imports/HTMLImport.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/platform/weborigin/KURL.h"
|
| +#include "sky/engine/wtf/WeakPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|