| Index: Source/core/platform/graphics/RoundedRect.h
|
| diff --git a/Source/core/platform/graphics/RoundedRect.h b/Source/core/platform/graphics/RoundedRect.h
|
| index 80c84f49c73fd987708cfee6f50302a7cb076f4b..54629413fabbabcc24f08f8012883dcff0c70c78 100644
|
| --- a/Source/core/platform/graphics/RoundedRect.h
|
| +++ b/Source/core/platform/graphics/RoundedRect.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef RoundedRect_h
|
| #define RoundedRect_h
|
|
|
| -#include "core/platform/graphics/FloatQuad.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| +#include "platform/geometry/FloatQuad.h"
|
| +#include "platform/geometry/IntRect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|