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 733586e54e99842b2efc5c735d49215cc9011ac4..56337d035741f34994fd1af52a7fb4ec0770aa29 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
@@ -4,6 +4,7 @@ |
#include "platform/fonts/shaping/CachingWordShaper.h" |
+#include <memory> |
#include "platform/fonts/CharacterRange.h" |
#include "platform/fonts/FontCache.h" |
#include "platform/fonts/GlyphBuffer.h" |
@@ -11,7 +12,6 @@ |
#include "platform/fonts/shaping/ShapeResultTestInfo.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |