| Index: third_party/WebKit/Source/platform/fonts/Font.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.cpp b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| index 2460885ceee6ece9a6b8301d1b162a5e8d0837cf..2d9752f362ae77cd4fa7390a238903bba647f611 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| @@ -42,10 +42,10 @@
|
| #include "platform/text/TextRun.h"
|
| #include "platform/text/TextRunIterator.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
| #include "third_party/skia/include/core/SkTextBlob.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/Unicode.h"
|
|
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|