| Index: sky/engine/core/dom/TreeScope.h
|
| diff --git a/sky/engine/core/dom/TreeScope.h b/sky/engine/core/dom/TreeScope.h
|
| index 90a3537a16d37c79b71cda55be472983503f6ff1..6d6ffcd2d24d781847f0e8daf00bf5a70d59b31e 100644
|
| --- a/sky/engine/core/dom/TreeScope.h
|
| +++ b/sky/engine/core/dom/TreeScope.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef TreeScope_h
|
| #define TreeScope_h
|
|
|
| -#include "core/dom/DocumentOrderedMap.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "sky/engine/core/dom/DocumentOrderedMap.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|