Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index df6bf556b76777670e10739eddecda9dd900b8ee..1c1219eb9a09209d8660e581ab874485ad096e14 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -66,7 +66,7 @@ class Extension; |
// instances live. The RenderThread supports an API that is used by its |
// consumer to talk indirectly to the RenderViews and supporting objects. |
// Likewise, it provides an API for the RenderViews to talk back to the main |
-// process (i.e., their corresponding TabContents). |
+// process (i.e., their corresponding WebContentsImpl). |
// |
// Most of the communication occurs in the form of IPC messages. They are |
// routed to the RenderThread according to the routing IDs of the messages. |