| Index: chrome/browser/gtk/browser_toolbar_gtk.h
|
| diff --git a/chrome/browser/gtk/browser_toolbar_gtk.h b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| index 6a89f4cc4817cefd4f65dc8bbb90574b4133b3b0..a0619b2b8a8d84162d3443bbbc265af7bb8a45dc 100644
|
| --- a/chrome/browser/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| @@ -230,7 +230,7 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
| // Keep a pointer to the menu button images because we change them when
|
| // the theme changes.
|
| GtkWidget* page_menu_image_;
|
| - GtkWidget* app_menu_image_;
|
| + OwnedWidgetGtk app_menu_image_;
|
|
|
| // The model that contains the security level, text, icon to display...
|
| ToolbarModel* model_;
|
|
|