Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
index 431d580f174d9361a2b34df5854e15dfbf0c51e8..4f179aefa401307f7c072dfd4f34dd07f73fe168 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -280,7 +280,7 @@ void WebRemoteFrameImpl::loadRequest(const WebURLRequest&) |
ASSERT_NOT_REACHED(); |
} |
-void WebRemoteFrameImpl::loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebURLRequest::CachePolicy) |
+void WebRemoteFrameImpl::loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebCachePolicy) |
{ |
ASSERT_NOT_REACHED(); |
} |