Index: components/ntp_tiles/popular_sites_impl.cc |
diff --git a/components/ntp_tiles/popular_sites_impl.cc b/components/ntp_tiles/popular_sites_impl.cc |
index f0c29e589f0ff97caca9286a9cf56e32b23c27ce..f083770a26ebd13a3f58813acfd2d20841e5f690 100644 |
--- a/components/ntp_tiles/popular_sites_impl.cc |
+++ b/components/ntp_tiles/popular_sites_impl.cc |
@@ -332,8 +332,7 @@ void PopularSitesImpl::RegisterProfilePrefs( |
user_prefs->RegisterInt64Pref(kPopularSitesLastDownloadPref, 0); |
user_prefs->RegisterStringPref(kPopularSitesURLPref, std::string()); |
- user_prefs->RegisterListPref(kPopularSitesJsonPref, |
- DefaultPopularSites().release()); |
+ user_prefs->RegisterListPref(kPopularSitesJsonPref, DefaultPopularSites()); |
} |
void PopularSitesImpl::FetchPopularSites() { |