| Index: third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHistoryItem.cpp b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| index 6315cb904aeade6e9904ee2ad07e6a90471702b1..a873c7804553d672c161a566c5db2252ff924514 100644
|
| --- a/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| @@ -34,13 +34,13 @@
|
| #include "core/loader/HistoryItem.h"
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| #include "public/platform/WebFloatPoint.h"
|
| #include "public/platform/WebHTTPBody.h"
|
| #include "public/platform/WebPoint.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
| #include "public/web/WebSerializedScriptValue.h"
|
| -#include "wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|