| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| index 2cb7946e2685b8637456fed9d8081d64e6374bb6..c2cbb9ece4d03b264bcdfe90a648446055e84094 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| @@ -29,9 +29,9 @@
|
| #include "platform/fonts/shaping/ShapeResultBuffer.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|