Index: content/browser/web_contents/web_contents_view_gtk.h |
diff --git a/content/browser/web_contents/web_contents_view_gtk.h b/content/browser/web_contents/web_contents_view_gtk.h |
index 88c4a7a54e5104f210178e3c5ea6987d5294e671..3aa1b2b64fc9b5cdac0a7956b7ff4b20f36f0227 100644 |
--- a/content/browser/web_contents/web_contents_view_gtk.h |
+++ b/content/browser/web_contents/web_contents_view_gtk.h |
@@ -27,7 +27,7 @@ class WebDragSourceGtk; |
class CONTENT_EXPORT WebContentsViewGtk : public WebContentsView { |
public: |
- // The corresponding TabContents is passed in the constructor, and manages |
+ // The corresponding WebContentsImpl is passed in the constructor, and manages |
// our lifetime. This doesn't need to be the case, but is this way currently |
// because that's what was easiest when they were split. We optionally take |
// |wrapper| which creates an intermediary widget layer for features from the |
@@ -116,7 +116,7 @@ class CONTENT_EXPORT WebContentsViewGtk : public WebContentsView { |
GtkAllocation*); |
// The WebContentsImpl whose contents we display. |
- WebContentsImpl* tab_contents_; |
+ WebContentsImpl* web_contents_; |
// Common implementations of some WebContentsView methods. |
WebContentsViewHelper web_contents_view_helper_; |