| Index: third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| index b9e440bb50f4414ccec1bbe3c0d9df664d647db6..41aec723a03f6e7df8c5545f4b249367712634ce 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| @@ -6,8 +6,8 @@
|
| #define TextSearcherICU_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| struct UStringSearch;
|
|
|
|
|