| Index: Source/core/platform/graphics/FontPlatformData.cpp
|
| diff --git a/Source/core/platform/graphics/FontPlatformData.cpp b/Source/core/platform/graphics/FontPlatformData.cpp
|
| index 539f2b4d2c4eba56b1d10fe8b0893ec7391b4a17..06b9cca058f2a3d107e950fd5205896d782c903c 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.cpp
|
| +++ b/Source/core/platform/graphics/FontPlatformData.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/FontPlatformData.h"
|
|
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/RetainPtr.h>
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/RetainPtr.h"
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/Vector.h"
|
|
|
| #if OS(DARWIN)
|
| #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
|
|
|