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 d062eb44eb5ae81ae2f967dcbdbce78c098f9b40..97dadb6ca9d9d30d03c8d8371ab9569aa3fe53c8 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(); |
} |