Chromium Code Reviews| Index: Source/core/svg/SVGElement.h |
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
| index a0e81b27ac6af9b28482877c802fd461513cca35..8699a92b5b548a3bc98928d0706cf1a983b73943 100644 |
| --- a/Source/core/svg/SVGElement.h |
| +++ b/Source/core/svg/SVGElement.h |
| @@ -28,7 +28,7 @@ |
| #include "core/svg/SVGLocatable.h" |
| #include "core/svg/SVGParsingError.h" |
| #include "core/svg/properties/SVGPropertyInfo.h" |
| -#include <wtf/HashMap.h> |
| +#include "wtf/HashMap.h" |
| namespace WebCore { |