Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index 707975d384ad222578fa9ab582b2d6206c8568b7..991c868c9a23d38b9ae016f7637ddd55f1c74cbc 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -46,7 +46,7 @@ struct SelectedFileInfo; |
// |
// The intent of this interface is to provide a view-agnostic communication |
// conduit with a renderer. This is so we can build HTML views not only as |
-// TabContents (see TabContents for an example) but also as views, etc. |
+// WebContents (see WebContents for an example) but also as views, etc. |
class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost { |
public: |
// Returns the RenderViewHost given its ID and the ID of its render process. |