| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index 5e36a6af10f1da5783bf660af80eb9ad3a860eb8..afdf7e74dabf44425fc16832931660efbd95de4a 100644
|
| --- a/chrome/browser/jumplist_win.cc
|
| +++ b/chrome/browser/jumplist_win.cc
|
| @@ -709,7 +709,8 @@ void JumpList::StartLoadingFavicon() {
|
| FaviconService* favicon_service =
|
| FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
| handle_ = favicon_service->GetFaviconImageForURL(
|
| - profile_, url, history::FAVICON, gfx::kFaviconSize, &favicon_consumer_,
|
| + FaviconService::FaviconForURLParams(profile_, url, history::FAVICON,
|
| + gfx::kFaviconSize, &favicon_consumer_),
|
| base::Bind(&JumpList::OnFaviconDataAvailable, base::Unretained(this)));
|
| }
|
|
|
|
|