Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 4bd1160690827f6c0625e0ef4cf843815d51a77a..c5436eafcfb58d33601012cd1ee2d95519df3653 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -684,8 +684,7 @@ void JumpList::StartLoadingFavicon() { |
FaviconService* favicon_service = |
FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); |
task_id_ = favicon_service->GetFaviconImageForURL( |
- FaviconService::FaviconForURLParams(profile_, |
- url, |
+ FaviconService::FaviconForURLParams(url, |
chrome::FAVICON, |
gfx::kFaviconSize), |
base::Bind(&JumpList::OnFaviconDataAvailable, |