| Index: sky/engine/platform/geometry/FloatRoundedRect.h
|
| diff --git a/sky/engine/platform/geometry/FloatRoundedRect.h b/sky/engine/platform/geometry/FloatRoundedRect.h
|
| index 9e3b4c4b6a53422505d05f6a9c09e35200b4000c..d17e5cee949f5592ba95c51435243b058140cced 100644
|
| --- a/sky/engine/platform/geometry/FloatRoundedRect.h
|
| +++ b/sky/engine/platform/geometry/FloatRoundedRect.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef FloatRoundedRect_h
|
| #define FloatRoundedRect_h
|
|
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/geometry/RoundedRect.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/geometry/RoundedRect.h"
|
|
|
| namespace blink {
|
|
|
|
|