Index: chrome/browser/gtk/tab_contents_container_gtk.h |
diff --git a/chrome/browser/gtk/tab_contents_container_gtk.h b/chrome/browser/gtk/tab_contents_container_gtk.h |
index d6df96c72e41af138d5dc78962546fde74cd6406..ec524a54429b0d7a73d6790746a3b6f3f66abf0a 100644 |
--- a/chrome/browser/gtk/tab_contents_container_gtk.h |
+++ b/chrome/browser/gtk/tab_contents_container_gtk.h |
@@ -9,6 +9,7 @@ |
#include "base/basictypes.h" |
#include "chrome/common/notification_registrar.h" |
+#include "chrome/common/owned_widget_gtk.h" |
class RenderViewHost; |
class StatusBubbleGtk; |
@@ -80,7 +81,7 @@ class TabContentsContainerGtk : public NotificationObserver { |
// GtkBin and a GtkFixed, |floating_| has |fixed_| as its one "real" child, |
// and the various things that hang off the bottom (status bubble, etc) have |
// their positions manually set in OnSetFloatingPosition. |
- GtkWidget* floating_; |
+ OwnedWidgetGtk floating_; |
// We insert and remove TabContents GtkWidgets into this fixed_. This should |
// not be a GtkVBox since there were errors with timing where the vbox was |