Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 501852d8cd898e7e916064d4b5cf222ed66ff0ce..e73f1347ae3a69f82d6a8912140fb4a5684bb986 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -688,7 +688,7 @@ bool JumpList::StartLoadingFavIcon() { |
FaviconService* favicon_service = |
profile_->GetFaviconService(Profile::EXPLICIT_ACCESS); |
FaviconService::Handle handle = favicon_service->GetFaviconForURL( |
- url, &fav_icon_consumer_, |
+ url, &favicon_consumer_, |
NewCallback(this, &JumpList::OnFavIconDataAvailable)); |
return true; |
} |