Chromium Code Reviews| Index: Source/core/svg/SVGGlyphMap.h |
| diff --git a/Source/core/svg/SVGGlyphMap.h b/Source/core/svg/SVGGlyphMap.h |
| index e85a33a498eeb026f8246449367b12bc044c5a58..8e20f0644ca99495c52a663c0d664ab0c063bafb 100644 |
| --- a/Source/core/svg/SVGGlyphMap.h |
| +++ b/Source/core/svg/SVGGlyphMap.h |
| @@ -21,8 +21,8 @@ |
| #define SVGGlyphMap_h |
| #if ENABLE(SVG_FONTS) |
| -#include "core/platform/graphics/SVGGlyph.h" |
| #include "platform/fonts/Latin1TextIterator.h" |
| +#include "platform/fonts/SVGGlyph.h" |
| #include "platform/text/SurrogatePairAwareTextIterator.h" |
| #include "wtf/HashMap.h" |
| #include "wtf/Vector.h" |