| Index: content/browser/frame_host/render_frame_host_manager.h
 | 
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
 | 
| index e40a9263f2d41ce2a71da737214a533032a69886..27158b256f16ae3be0bcb1758e8f7f24e90a1dd1 100644
 | 
| --- a/content/browser/frame_host/render_frame_host_manager.h
 | 
| +++ b/content/browser/frame_host/render_frame_host_manager.h
 | 
| @@ -407,8 +407,7 @@ class CONTENT_EXPORT RenderFrameHostManager
 | 
|    // appropriate RenderFrameHost for the provided URL. The returned pointer will
 | 
|    // be for the current or the speculative RenderFrameHost and the instance is
 | 
|    // owned by this manager.
 | 
| -  RenderFrameHostImpl* GetFrameHostForNavigation(
 | 
| -      const NavigationRequest& request);
 | 
| +  RenderFrameHostImpl* GetFrameHostForNavigation(NavigationRequest* request);
 | 
|  
 | 
|    // PlzNavigate
 | 
|    // Clean up any state for any ongoing navigation.
 | 
| 
 |