| Index: Source/core/platform/graphics/Font.cpp
|
| diff --git a/Source/core/platform/graphics/Font.cpp b/Source/core/platform/graphics/Font.cpp
|
| index f948c7e8c9de9c02fc4e0ea40e31a48f61e23e9a..6ad8d478dccdc615e64c4292e1118bd7e55308bd 100644
|
| --- a/Source/core/platform/graphics/Font.cpp
|
| +++ b/Source/core/platform/graphics/Font.cpp
|
| @@ -28,10 +28,10 @@
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| #include "core/platform/text/transcoder/FontTranscoder.h"
|
| -#include <wtf/MainThread.h>
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/UnusedParam.h>
|
| +#include "wtf/MainThread.h"
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/UnusedParam.h"
|
|
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|