| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| index 8d774f6468ae1db78d90c4a8e9ed3570cf8a2778..859a2cb55f4a9f42e4684e3c675741be7b4ad202 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "platform/fonts/shaping/RunSegmenter.h"
|
|
|
| -#include "platform/fonts/Character.h"
|
| #include "platform/fonts/ScriptRunIterator.h"
|
| #include "platform/fonts/SmallCapsIterator.h"
|
| #include "platform/fonts/SymbolsIterator.h"
|
| #include "platform/fonts/UTF16TextIterator.h"
|
| +#include "platform/text/Character.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|