| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| index 080bdeb863a753f7cb08162535993de7e3ca4266..e83ec99b3adaacc88ce55f880ad6a9b97ba526c3 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "platform/fonts/shaping/RunSegmenter.h"
|
|
|
| +#include <string>
|
| #include "platform/fonts/OrientationIterator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <string>
|
|
|
| namespace blink {
|
|
|
|
|