| Index: third_party/WebKit/Source/platform/fonts/WebFontDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.h b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.h
|
| index 31b41aa240facb1d4e01008e2b7e4c47a9107ef6..8f2504d9dcd0dcf01a3512afe787e59365f60741 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef WebFontDecoder_h
|
| #define WebFontDecoder_h
|
|
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "third_party/skia/include/core/SkTypeface.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|