| Index: third_party/WebKit/Source/core/editing/iterators/TextSearcherICUTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICUTest.cpp b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICUTest.cpp
|
| index 61c30e12e78a89ce8137db98d0403ea226eacf54..54052d2cd1471db0dced4214f475a58d47e225e7 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICUTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICUTest.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "core/editing/iterators/TextSearcherICU.h"
|
|
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|