| Index: chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc
|
| index 5611b0cee7e841f02e5531e04b904c7bd1393bba..510a280fe024cbfd67ebe8fd1389539c782de523 100644
|
| --- a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc
|
| @@ -332,7 +332,7 @@ class BrowserActionButton : public NotificationObserver,
|
| scoped_ptr<CustomDrawButton> button_;
|
|
|
| // The top level widget (parent of |button_|).
|
| - OwnedWidgetGtk alignment_;
|
| + ui::OwnedWidgetGtk alignment_;
|
|
|
| // The one image subwidget in |button_|. We keep this out so we don't alter
|
| // the widget hierarchy while changing the button image because changing the
|
|
|