| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| index 911cb8a381010a476d5726c95025c50e42b39e4d..aa8a70b78e7ea7166ab3c3e96f4fa1df6ddfd183 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ShapeResult_h
|
| #define ShapeResult_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/text/TextDirection.h"
|
| @@ -38,7 +39,6 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| struct hb_buffer_t;
|
|
|
|
|