| Index: third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.cpp b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.cpp
|
| index 42687bcea8174fa01297aaee573d072d30ce65d9..953dc04e43e4f556bb8cbf970ea48ebc8cb4ee84 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.cpp
|
| @@ -27,10 +27,10 @@
|
|
|
| #include "core/editing/iterators/TextSearcherICU.h"
|
|
|
| +#include <unicode/usearch.h>
|
| #include "platform/text/TextBreakIteratorInternalICU.h"
|
| #include "wtf/text/CharacterNames.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <unicode/usearch.h>
|
|
|
| namespace blink {
|
|
|
|
|