Index: content/browser/frame_host/interstitial_page_impl.cc |
diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc |
index 090ac124aa5d697f84d2cc40bc61a3f1e61f37b9..41470a421e55ecf31507396cc318b61e01f48516 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.cc |
+++ b/content/browser/frame_host/interstitial_page_impl.cc |
@@ -23,6 +23,7 @@ |
#include "content/browser/renderer_host/render_view_host_impl.h" |
#include "content/browser/site_instance_impl.h" |
#include "content/browser/web_contents/web_contents_impl.h" |
+#include "content/common/frame_messages.h" |
#include "content/common/view_messages.h" |
#include "content/port/browser/render_view_host_delegate_view.h" |
#include "content/port/browser/render_widget_host_view_port.h" |
@@ -396,7 +397,7 @@ void InterstitialPageImpl::RenderViewTerminated( |
void InterstitialPageImpl::DidNavigate( |
RenderViewHost* render_view_host, |
- const ViewHostMsg_FrameNavigate_Params& params) { |
+ const FrameHostMsg_DidCommitProvisionalLoad_Params& params) { |
// A fast user could have navigated away from the page that triggered the |
// interstitial while the interstitial was loading, that would have disabled |
// us. In that case we can dismiss ourselves. |