Index: content/renderer/history_controller.cc |
diff --git a/content/renderer/history_controller.cc b/content/renderer/history_controller.cc |
index 0a6cd634f3546944f4ee4dc7a8bdad8bc6a80168..19ef0f5aa3219c6eaef7a01d48b518feb2527e55 100644 |
--- a/content/renderer/history_controller.cc |
+++ b/content/renderer/history_controller.cc |
@@ -44,6 +44,7 @@ |
#include "third_party/WebKit/public/web/WebFrameLoadType.h" |
#include "third_party/WebKit/public/web/WebLocalFrame.h" |
+using blink::WebCachePolicy; |
using blink::WebFrame; |
using blink::WebHistoryCommitType; |
using blink::WebHistoryItem; |
@@ -64,7 +65,7 @@ bool HistoryController::GoToEntry( |
blink::WebLocalFrame* main_frame, |
scoped_ptr<HistoryEntry> target_entry, |
scoped_ptr<NavigationParams> navigation_params, |
- WebURLRequest::CachePolicy cache_policy) { |
+ WebCachePolicy cache_policy) { |
DCHECK(!main_frame->parent()); |
HistoryFrameLoadVector same_document_loads; |
HistoryFrameLoadVector different_document_loads; |