| 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 30583a4f97a98b099f114ff3fbffa2cd87247819..110945c43751eea9a514f674e475a2abcfd751fd 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "SkTypeface.h"
|
| #include "hb-ot.h"
|
| #include "hb.h"
|
| -#include "platform/fonts/Character.h"
|
| #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"
|
|
|