summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_home_pages_table_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/custom_home_pages_table_model.cc')
-rw-r--r--chrome/browser/custom_home_pages_table_model.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/custom_home_pages_table_model.cc b/chrome/browser/custom_home_pages_table_model.cc
index e1e2ab7..9f09f92 100644
--- a/chrome/browser/custom_home_pages_table_model.cc
+++ b/chrome/browser/custom_home_pages_table_model.cc
@@ -226,8 +226,7 @@ void CustomHomePagesTableModel::LoadTitleAndFavicon(Entry* entry) {
if (favicon_service) {
entry->favicon_handle = favicon_service->GetFaviconForURL(entry->url,
history::FAVICON, &favicon_query_consumer_,
- base::Bind(&CustomHomePagesTableModel::OnGotFavicon,
- base::Unretained(this)));
+ NewCallback(this, &CustomHomePagesTableModel::OnGotFavicon));
}
}