| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| index 42b90a921980d575b71d3dee5998f79bd2fdf350..60b2afdd93a75faab7ce078569bde42068ca7157 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| @@ -31,8 +31,8 @@
|
| #include "platform/fonts/shaping/CachingWordShapeIterator.h"
|
| #include "platform/fonts/shaping/ShapeCache.h"
|
| #include "platform/fonts/shaping/ShapeResultSpacing.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|