Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index aecba8d42e77a2d960a54a797bbba9f9ca249626..81015a3ffa3b8cbf01096977f94b4e403cb48452 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -93,6 +93,7 @@ struct FrameMsg_TextTrackSettings_Params; |
namespace blink { |
class WebContentDecryptionModule; |
+class WebLocalFrame; |
class WebPresentationClient; |
class WebPushClient; |
class WebSecurityOrigin; |
@@ -826,7 +827,7 @@ class CONTENT_EXPORT RenderFrameImpl |
const RenderFrameImpl* GetLocalRoot() const; |
// Builds and sends DidCommitProvisionalLoad to the host. |
- void SendDidCommitProvisionalLoad(blink::WebFrame* frame, |
+ void SendDidCommitProvisionalLoad(blink::WebLocalFrame* frame, |
blink::WebHistoryCommitType commit_type); |
// Swaps the current frame into the frame tree, replacing the |