| Index: chrome/browser/sync/glue/favicon_cache.cc
|
| diff --git a/chrome/browser/sync/glue/favicon_cache.cc b/chrome/browser/sync/glue/favicon_cache.cc
|
| index 82b9a85a127c5d309a5f792cad611939e27fb6cf..ecd7e1d338ab6e0e31dc2e56a3684b39e7671fe2 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.cc
|
| +++ b/chrome/browser/sync/glue/favicon_cache.cc
|
| @@ -443,8 +443,9 @@ void FaviconCache::OnPageFaviconUpdated(const GURL& page_url) {
|
| // See crbug.com/181068.
|
| base::CancelableTaskTracker::TaskId id =
|
| favicon_service->GetFaviconForPageURL(
|
| - FaviconService::FaviconForPageURLParams(
|
| - page_url, SupportedFaviconTypes(), kMaxFaviconResolution),
|
| + page_url,
|
| + SupportedFaviconTypes(),
|
| + kMaxFaviconResolution,
|
| base::Bind(&FaviconCache::OnFaviconDataAvailable,
|
| weak_ptr_factory_.GetWeakPtr(),
|
| page_url),
|
|
|