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 8097c3705bcd0e6f47058b15647feaf2284a3f04..78650a3c66fdc311e8d2c2147f7c5eedfb19fc1a 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.cc |
+++ b/content/browser/frame_host/interstitial_page_impl.cc |
@@ -740,7 +740,7 @@ void InterstitialPageImpl::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) { |
NOTREACHED() << "InterstitialPage does not support showing popups yet."; |
} |