| Index: content/renderer/history_controller.h
|
| diff --git a/content/renderer/history_controller.h b/content/renderer/history_controller.h
|
| index 451501c622413b51e69e74a2e80c443f61273cc7..7787efb9d75ec7bf8c9fcb834c393ea77d2fb18a 100644
|
| --- a/content/renderer/history_controller.h
|
| +++ b/content/renderer/history_controller.h
|
| @@ -42,13 +42,13 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/content_export.h"
|
| #include "content/renderer/history_entry.h"
|
| -#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/WebKit/public/web/WebHistoryCommitType.h"
|
| #include "third_party/WebKit/public/web/WebHistoryItem.h"
|
|
|
| namespace blink {
|
| class WebFrame;
|
| class WebLocalFrame;
|
| +enum class WebCachePolicy;
|
| }
|
|
|
| namespace content {
|
| @@ -122,7 +122,7 @@ class CONTENT_EXPORT HistoryController {
|
| bool GoToEntry(blink::WebLocalFrame* main_frame,
|
| scoped_ptr<HistoryEntry> entry,
|
| scoped_ptr<NavigationParams> navigation_params,
|
| - blink::WebURLRequest::CachePolicy cache_policy);
|
| + blink::WebCachePolicy cache_policy);
|
|
|
| void UpdateForCommit(RenderFrameImpl* frame,
|
| const blink::WebHistoryItem& item,
|
|
|