Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 8e03cab4f9d8497878c5c8bb090683d560892004..8d33cd73329bbfac7381f1f53858650334a769e4 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -83,6 +83,7 @@ |
#include "content/common/input_messages.h" |
#include "content/common/page_messages.h" |
#include "content/common/page_state_serialization.h" |
+#include "content/common/render_message_filter.mojom.h" |
#include "content/common/site_isolation_policy.h" |
#include "content/common/view_messages.h" |
#include "content/public/browser/ax_event_notification_details.h" |
@@ -2001,7 +2002,7 @@ void WebContentsImpl::CreateNewWindow( |
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) { |
// We usually create the new window in the same BrowsingInstance (group of |
// script-related windows), by passing in the current SiteInstance. However, |