| Index: chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h b/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
|
| index a6fedf5360dd727b72a94596409c6b4a1563cbe3..b8a4abba7a9b0412d6f1c345a86ae5373e899a69 100644
|
| --- a/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
|
| @@ -49,7 +49,7 @@ class FullscreenExitBubbleGtk : public FullscreenExitBubble {
|
| GtkFloatingContainer* container_;
|
|
|
| // The widget that contains the link.
|
| - OwnedWidgetGtk link_container_;
|
| + ui::OwnedWidgetGtk link_container_;
|
|
|
| // The widget that animates the slide-out of fullscreen exit bubble.
|
| scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
|
|