| Index: sky/engine/platform/geometry/LayoutSize.h
|
| diff --git a/sky/engine/platform/geometry/LayoutSize.h b/sky/engine/platform/geometry/LayoutSize.h
|
| index a1f69c4275ca9b097a890d7549b7cc5813773669..32002d9145c7c942549f29dc15a567a87ee44c28 100644
|
| --- a/sky/engine/platform/geometry/LayoutSize.h
|
| +++ b/sky/engine/platform/geometry/LayoutSize.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef LayoutSize_h
|
| #define LayoutSize_h
|
|
|
| -#include "platform/LayoutUnit.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/LayoutUnit.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
|
|
| namespace blink {
|
|
|
|
|