| 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 1fce6ec297d036121704e9c7aa5f9e16dbdf78de..6663bcd7a00c50e2ccab3c64772f802d76e27f39 100644
|
| --- a/chrome/browser/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| @@ -103,9 +103,6 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
| // toolbar placed side by side.
|
| GtkWidget* toolbar_;
|
|
|
| - // Tooltip container for all GTK widgets in this class.
|
| - GtkTooltips* toolbar_tooltips_;
|
| -
|
| // The location bar view.
|
| scoped_ptr<LocationBarViewGtk> location_bar_;
|
|
|
|
|