Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index 6cfaefc644c05284709e149735e5e92a459d047c..122b098bd7789099c9b6ddfa9d53010271c91e01 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -18,6 +18,7 @@ |
#include "content/browser/frame_host/render_frame_host_delegate.h" |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
#include "content/browser/renderer_host/render_widget_host_delegate.h" |
+#include "content/common/render_message_filter.mojom.h" |
#include "content/public/browser/interstitial_page.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -134,7 +135,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
int32_t route_id, |
int32_t main_frame_route_id, |
int32_t main_frame_widget_route_id, |
- const ViewHostMsg_CreateWindow_Params& params, |
+ const mojom::CreateWindowParams& params, |
SessionStorageNamespace* session_storage_namespace) override; |
void CreateNewWidget(int32_t render_process_id, |
int32_t route_id, |