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..9866b474d5f11b771676b9be0dedb077ade5bf55 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -33,6 +33,10 @@ class RenderWidgetHostView; |
class TextInputManager; |
class WebContentsView; |
+namespace mojom { |
+class CreateNewWindowParams; |
+} |
+ |
enum ResourceRequestAction { |
BLOCK, |
RESUME, |
@@ -134,7 +138,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::CreateNewWindowParams& params, |
SessionStorageNamespace* session_storage_namespace) override; |
void CreateNewWidget(int32_t render_process_id, |
int32_t route_id, |