| Index: chrome/browser/ui/views/frame/global_menu_bar_x11.h
|
| diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.h b/chrome/browser/ui/views/frame/global_menu_bar_x11.h
|
| index 45cb42e162072d8922593fc99fde09273abcc5d4..f625ad1d36b1f7f7bfe0f8b064a2e6861b53b197 100644
|
| --- a/chrome/browser/ui/views/frame/global_menu_bar_x11.h
|
| +++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.h
|
| @@ -173,7 +173,7 @@ class GlobalMenuBarX11 : public AvatarMenuObserver,
|
| // Tracks value of the kShowBookmarkBar preference.
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
| - history::TopSites* top_sites_;
|
| + scoped_refptr<history::TopSites> top_sites_;
|
|
|
| TabRestoreService* tab_restore_service_; // weak
|
|
|
|
|