| Index: sky/engine/platform/geometry/FloatRect.h
|
| diff --git a/sky/engine/platform/geometry/FloatRect.h b/sky/engine/platform/geometry/FloatRect.h
|
| index a699015569fd6a376bcb08823848d88f5ba95389..2bb98f82dabae948a8a77c4a3355b238a35ab76a 100644
|
| --- a/sky/engine/platform/geometry/FloatRect.h
|
| +++ b/sky/engine/platform/geometry/FloatRect.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef FloatRect_h
|
| #define FloatRect_h
|
|
|
| -#include "platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|