| Index: content/browser/renderer_host/cross_site_resource_handler.h
|
| diff --git a/content/browser/renderer_host/cross_site_resource_handler.h b/content/browser/renderer_host/cross_site_resource_handler.h
|
| index e7dc4cb123ef8608e643f8b8484e5262ac442538..97ce00401d531b3d3e16a09636cab9d567492460 100644
|
| --- a/content/browser/renderer_host/cross_site_resource_handler.h
|
| +++ b/content/browser/renderer_host/cross_site_resource_handler.h
|
| @@ -39,7 +39,7 @@ class CrossSiteResourceHandler : public LayeredResourceHandler {
|
| const std::string& security_info) OVERRIDE;
|
|
|
| // We can now send the response to the new renderer, which will cause
|
| - // TabContents to swap in the new renderer and destroy the old one.
|
| + // WebContentsImpl to swap in the new renderer and destroy the old one.
|
| void ResumeResponse();
|
|
|
| private:
|
|
|