| Index: sky/engine/platform/geometry/LayoutPoint.h
|
| diff --git a/sky/engine/platform/geometry/LayoutPoint.h b/sky/engine/platform/geometry/LayoutPoint.h
|
| index 55f233714d0c1880867df35eeb6e57ee7748a3b2..cbefe4d84e6c23a4dfc044ad5255d60eae2107ab 100644
|
| --- a/sky/engine/platform/geometry/LayoutPoint.h
|
| +++ b/sky/engine/platform/geometry/LayoutPoint.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef LayoutPoint_h
|
| #define LayoutPoint_h
|
|
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/LayoutSize.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/LayoutSize.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|