| Index: Source/core/layout/shapes/ShapeOutsideInfo.h
|
| diff --git a/Source/core/layout/shapes/ShapeOutsideInfo.h b/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| index c1791c82c04c8b6c818e9904f4271bf7df24c9d1..08582ac74df42fdc329289b13b53df45318b090e 100644
|
| --- a/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| +++ b/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| @@ -31,8 +31,8 @@
|
| #define ShapeOutsideInfo_h
|
|
|
| #include "core/layout/shapes/Shape.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/ShapeValue.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/ShapeValue.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| #include "wtf/OwnPtr.h"
|
|
|