diff options
Diffstat (limited to 'chrome/browser/gtk/tab_contents_container_gtk.h')
-rw-r--r-- | chrome/browser/gtk/tab_contents_container_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/tab_contents_container_gtk.h b/chrome/browser/gtk/tab_contents_container_gtk.h index d57adae..5ddad17 100644 --- a/chrome/browser/gtk/tab_contents_container_gtk.h +++ b/chrome/browser/gtk/tab_contents_container_gtk.h @@ -52,7 +52,7 @@ class TabContentsContainerGtk : public NotificationObserver { TabContents* tab_contents_; // We keep a GtkVBox which is inserted into this object's owner's GtkWidget - // hierarchy. We then insert and remove WebContents GtkWidgets into this + // hierarchy. We then insert and remove TabContents GtkWidgets into this // vbox_. GtkWidget* vbox_; |