| Index: third_party/WebKit/public/web/WebHistoryItem.h
|
| diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
|
| index 0c6011bc7320ec4939e79aed9d5972acce60f59c..f956e650607ec97ac3919be4199e7ed71e888bae 100644
|
| --- a/third_party/WebKit/public/web/WebHistoryItem.h
|
| +++ b/third_party/WebKit/public/web/WebHistoryItem.h
|
| @@ -78,7 +78,7 @@ class WebHistoryItem {
|
| BLINK_EXPORT void setURLString(const WebString&);
|
|
|
| BLINK_EXPORT WebString referrer() const;
|
| - BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
|
| + BLINK_EXPORT WebReferrerPolicy getReferrerPolicy() const;
|
| BLINK_EXPORT void setReferrer(const WebString&, WebReferrerPolicy);
|
|
|
| BLINK_EXPORT WebString target() const;
|
|
|