Index: Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp |
diff --git a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp b/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp |
index 766a4b79313add34b5761ab987e8b8d7484de435..617ad59befc526f939ecdb0339873a3580a45556 100644 |
--- a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp |
+++ b/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp |
@@ -36,9 +36,9 @@ |
#include "SkPath.h" |
#include "SkTypeface.h" |
#include "SkTypes.h" |
-#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/FontDescription.h" |
#include "core/platform/graphics/chromium/VDMXParser.h" |
+#include "platform/geometry/FloatRect.h" |
#include "wtf/unicode/Unicode.h" |
#if OS(WIN) |