| Index: sky/engine/core/rendering/LayoutState.h
|
| diff --git a/sky/engine/core/rendering/LayoutState.h b/sky/engine/core/rendering/LayoutState.h
|
| index f5900c380e15dbc2447cbbc885df5d01d428d6ce..1d5391f3480482fb0522aa8b698560fd84a413ec 100644
|
| --- a/sky/engine/core/rendering/LayoutState.h
|
| +++ b/sky/engine/core/rendering/LayoutState.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef LayoutState_h
|
| #define LayoutState_h
|
|
|
| -#include "platform/geometry/LayoutRect.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/platform/geometry/LayoutRect.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|