Index: Source/core/platform/graphics/WidthIterator.cpp |
diff --git a/Source/core/platform/graphics/WidthIterator.cpp b/Source/core/platform/graphics/WidthIterator.cpp |
index 9f21587bfe96fffde683b3445ce041076afa0023..b82b500263ef5013bc593619aa2d5f466ddda99b 100644 |
--- a/Source/core/platform/graphics/WidthIterator.cpp |
+++ b/Source/core/platform/graphics/WidthIterator.cpp |
@@ -23,9 +23,9 @@ |
#include "core/platform/graphics/WidthIterator.h" |
#include "core/platform/graphics/Font.h" |
-#include "core/platform/graphics/GlyphBuffer.h" |
-#include "core/platform/graphics/Latin1TextIterator.h" |
#include "core/platform/graphics/SimpleFontData.h" |
+#include "platform/fonts/GlyphBuffer.h" |
+#include "platform/fonts/Latin1TextIterator.h" |
#include "platform/text/SurrogatePairAwareTextIterator.h" |
#include "wtf/MathExtras.h" |