| Index: third_party/WebKit/Source/platform/text/Hyphenation.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/Hyphenation.cpp b/third_party/WebKit/Source/platform/text/Hyphenation.cpp
|
| index db36804d2550b31cadefa6ce14bd14cd6b963a54..f7a82ef09fdb61f67f67e8cf49601e8b9af6629e 100644
|
| --- a/third_party/WebKit/Source/platform/text/Hyphenation.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/Hyphenation.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "platform/text/Hyphenation.h"
|
|
|
| #include "platform/fonts/Font.h"
|
| -#include "wtf/text/StringView.h"
|
| +#include "platform/wtf/text/StringView.h"
|
|
|
| namespace blink {
|
|
|
|
|