| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| index 4001094cd48a83da71a086631e69b401e4e5dd79..f5dd6035e62f19c3f6fe0bcf3884fd0fc9a08a37 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "platform/fonts/shaping/CachingWordShaper.h"
|
|
|
| +#include <memory>
|
| #include "platform/fonts/CharacterRange.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/fonts/shaping/CachingWordShapeIterator.h"
|
| #include "platform/fonts/shaping/ShapeResultTestInfo.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|