Chromium Code Reviews| Index: Source/core/svg/SVGAngle.cpp |
| diff --git a/Source/core/svg/SVGAngle.cpp b/Source/core/svg/SVGAngle.cpp |
| index 97874d8764152491a3f53e398d540aa71dab8d3d..42d56d49794040fbbb9984c819806e841643b1e8 100644 |
| --- a/Source/core/svg/SVGAngle.cpp |
| +++ b/Source/core/svg/SVGAngle.cpp |
| @@ -24,8 +24,8 @@ |
| #if ENABLE(SVG) |
| #include "SVGAngle.h" |
| -#include "ExceptionCode.h" |
| #include "SVGParserUtilities.h" |
| +#include "core/dom/ExceptionCode.h" |
| #include <wtf/MathExtras.h> |
| #include <wtf/text/WTFString.h> |