| Index: content/browser/loader/cross_site_resource_handler.cc
 | 
| diff --git a/content/browser/loader/cross_site_resource_handler.cc b/content/browser/loader/cross_site_resource_handler.cc
 | 
| index 51d830f3d5288a3d4727ebab85371b0c7e3324ea..74afc84bc1e9d791c3078a43294cc4ff12015eb9 100644
 | 
| --- a/content/browser/loader/cross_site_resource_handler.cc
 | 
| +++ b/content/browser/loader/cross_site_resource_handler.cc
 | 
| @@ -133,7 +133,7 @@ bool CrossSiteResourceHandler::OnResponseStarted(
 | 
|    // In both cases, any pending RenderViewHost (if one was created for this
 | 
|    // navigation) will stick around until the next cross-site navigation, since
 | 
|    // we are unable to tell when to destroy it.
 | 
| -  // See RenderViewHostManager::RendererAbortedProvisionalLoad.
 | 
| +  // See RenderFrameHostManager::RendererAbortedProvisionalLoad.
 | 
|    if (!swap_needed || info->IsDownload() ||
 | 
|        (response->head.headers.get() &&
 | 
|         response->head.headers->response_code() == 204)) {
 | 
| 
 |