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 d82ed7d1bf69d66a0810f4a8b6bb96c19c17c3a8..9dbe90cb80c059e6336c82dd8931d05af5629ca0 100644 |
--- a/chrome/browser/ui/views/frame/global_menu_bar_x11.h |
+++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.h |
@@ -172,7 +172,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 |