| Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| index e710b6431f2d9774daf3bad7f8d6c11e3a5f5269..d65086618cc88e39af3ef943d6d02bcddbae091a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/fonts/shaping/HarfBuzzFace.h"
|
| #include "platform/text/Character.h"
|
| -#include "wtf/ByteSwap.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/ByteSwap.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #if OS(MACOSX)
|
| #include "third_party/skia/include/ports/SkTypeface_mac.h"
|
|
|