Index: Source/core/platform/graphics/FontFastPath.cpp |
diff --git a/Source/core/platform/graphics/FontFastPath.cpp b/Source/core/platform/graphics/FontFastPath.cpp |
index 977e5c88e2f21c1df2a7c7bae29dd6e9743ffb40..ded212c5acebb4797da2dc08b65311f05fc7c018 100644 |
--- a/Source/core/platform/graphics/FontFastPath.cpp |
+++ b/Source/core/platform/graphics/FontFastPath.cpp |
@@ -31,10 +31,10 @@ |
#include "core/platform/graphics/SimpleFontData.h" |
#include "core/platform/graphics/TextRun.h" |
#include "core/platform/graphics/WidthIterator.h" |
-#include <wtf/MainThread.h> |
-#include <wtf/MathExtras.h> |
-#include <wtf/unicode/CharacterNames.h> |
-#include <wtf/unicode/Unicode.h> |
+#include "wtf/MainThread.h" |
+#include "wtf/MathExtras.h" |
+#include "wtf/unicode/CharacterNames.h" |
+#include "wtf/unicode/Unicode.h" |
using namespace WTF; |
using namespace Unicode; |