| Index: third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| index 9b4f1fe4b85c7b4d33e45f8562b1de3883ccc0dd..d8ec3430b7d7cf186c044e84851ba5245d5ae29f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| @@ -32,9 +32,9 @@
|
|
|
| #include "platform/Histogram.h"
|
| #include "platform/SharedBuffer.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
| #include "public/platform/Platform.h"
|
| #include "third_party/harfbuzz-ng/src/hb.h"
|
| #include "third_party/ots/include/ots-memory-stream.h"
|
|
|