| Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| index 99817106b3cb03b787d136299ffed63675c20b88..2816dae0c62c4a9519f5b37ac005cdabc0033884 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| @@ -39,13 +39,13 @@
|
| #include "platform/fonts/FontOrientation.h"
|
| #include "platform/fonts/SmallCapsIterator.h"
|
| #include "platform/fonts/opentype/OpenTypeVerticalData.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringImpl.h"
|
|
|
| #if OS(LINUX) || OS(ANDROID)
|
| #include "platform/fonts/linux/FontRenderStyle.h"
|
|
|