| Index: third_party/WebKit/Source/wtf/text/StringView.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringView.cpp b/third_party/WebKit/Source/wtf/text/StringView.cpp
|
| index e88703b8ce5ceadd2e0c33696a2aad2cc361e441..115ac20684b447eec920379a9a37b18cf09384fb 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringView.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringView.cpp
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "wtf/text/StringView.h"
|
|
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/text/WTFString.h"
|
| +
|
| namespace WTF {
|
|
|
| StringView::StringView(const UChar* chars)
|
|
|