| 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..f62ba99c3615a01ae4984303c927efb5753a9b26 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::CreateWindowParams& params,
 | 
|      SessionStorageNamespace* session_storage_namespace) {
 | 
|    NOTREACHED() << "InterstitialPage does not support showing popups yet.";
 | 
|  }
 | 
| 
 |