| Index: third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| index 9864c3bd2cdc5b313a86c0a83e6514ca4999a20f..6adcfaa8d19bc1cd1e163f6d83e04d4974a13a25 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| @@ -34,12 +34,12 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/fonts/FontOrientation.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| class SkTypeface;
|
|
|
|
|