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 3aa1b2b64fc9b5cdac0a7956b7ff4b20f36f0227..782898c9b5d68df6737ac325fd52c6c40d683370 100644 |
--- a/content/browser/web_contents/web_contents_view_gtk.h |
+++ b/content/browser/web_contents/web_contents_view_gtk.h |
@@ -139,8 +139,8 @@ class CONTENT_EXPORT WebContentsViewGtk : public WebContentsView { |
// hierarchy. |
scoped_ptr<WebContentsViewDelegate> delegate_; |
- // The size we want the tab contents view to be. We keep this in a separate |
- // variable because resizing in GTK+ is async. |
+ // The size we want the view to be. We keep this in a separate variable |
+ // because resizing in GTK+ is async. |
gfx::Size requested_size_; |
DISALLOW_COPY_AND_ASSIGN(WebContentsViewGtk); |