Index: content/browser/cross_site_request_manager.h |
diff --git a/content/browser/cross_site_request_manager.h b/content/browser/cross_site_request_manager.h |
index 127426499217cc562f070efc0306e11a3c02daa4..4800792b4d775e76a4327f177d3812498471166c 100644 |
--- a/content/browser/cross_site_request_manager.h |
+++ b/content/browser/cross_site_request_manager.h |
@@ -16,7 +16,7 @@ template <typename T> struct DefaultSingletonTraits; |
// CrossSiteRequestManager is used to handle bookkeeping for cross-site |
// requests and responses between the UI and IO threads. Such requests involve |
-// a transition from one RenderViewHost to another within TabContents, and |
+// a transition from one RenderViewHost to another within WebContentsImpl, and |
// involve coordination with ResourceDispatcherHost. |
// |
// CrossSiteRequestManager is a singleton that may be used on any thread. |