| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| index 2f5d1e81e1489cd0c5aa3765ad6649bbdae18e27..10fff2970d3b68dad19f163f68d06d3333e412ac 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "platform/fonts/shaping/RunSegmenter.h"
|
| #include "platform/fonts/shaping/ShapeResult.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Deque.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Deque.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|