| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index b52f8b7e9905363fde52fa9cc2f983fff9a1bfa1..0b073ad0c4cbfd8fe2bfa25516e9345a08a3492c 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -70,7 +70,7 @@ public:
|
| void reload(WebFrameLoadType) override;
|
| void reloadWithOverrideURL(const WebURL& overrideUrl, WebFrameLoadType) override;
|
| void loadRequest(const WebURLRequest&) override;
|
| - void loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebURLRequest::CachePolicy) override;
|
| + void loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebCachePolicy) override;
|
| void loadHTMLString(
|
| const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
|
| bool replace) override;
|
|
|