| Index: third_party/WebKit/Source/platform/LinkHash.cpp
|
| diff --git a/third_party/WebKit/Source/platform/LinkHash.cpp b/third_party/WebKit/Source/platform/LinkHash.cpp
|
| index b71d4e3619bcebc15b576bd743c82d1551d6c9f6..6ce1608cbe2c4aab620e170e7598c6ea32b07a5c 100644
|
| --- a/third_party/WebKit/Source/platform/LinkHash.cpp
|
| +++ b/third_party/WebKit/Source/platform/LinkHash.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "platform/LinkHash.h"
|
|
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
| #include "public/platform/Platform.h"
|
| #include "url/url_util.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
|
|
| namespace blink {
|
|
|
|
|