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 4d9458af5d687472fd90c0df8b1ca633c1435833..5aa9ce21d46532b4f5e5b7680ad809ec01428cca 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -82,6 +82,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" |
@@ -1994,7 +1995,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::CreateWindowParams& 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, |