| 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 2a5407f7ca888a96c74e096422838595162d0aa6..2e57d663e7cf38d2518b57cacf4905c377a4b30a 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 "platform/text/TextBreakIteratorInternalICU.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <unicode/usearch.h>
|
| +#include "platform/text/TextBreakIteratorInternalICU.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|