Chromium Code Reviews| Index: Source/core/svg/SVGRect.h |
| diff --git a/Source/core/svg/SVGRect.h b/Source/core/svg/SVGRect.h |
| index 4d82aef77cb31979080c9f5ec3f7c59140fe5144..e8abe0ceb4b9559fce305ecb76d0d435bd41519b 100644 |
| --- a/Source/core/svg/SVGRect.h |
| +++ b/Source/core/svg/SVGRect.h |
| @@ -21,8 +21,8 @@ |
| #define SVGRect_h |
| #if ENABLE(SVG) |
| -#include "SVGPropertyTraits.h" |
| #include "core/platform/graphics/FloatRect.h" |
| +#include "core/svg/properties/SVGPropertyTraits.h" |
| #include <wtf/text/StringBuilder.h> |
| namespace WebCore { |