| 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 d6dcaa8be9f7f140814dab40529e3a121bcd4e45..f250d9b4c5c88f1a95c7e75f84f5a08994912748 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.cc
|
| +++ b/chrome/browser/sync/glue/favicon_cache.cc
|
| @@ -468,8 +468,8 @@ void FaviconCache::OnPageFaviconUpdated(const GURL& page_url) {
|
| // desired_size_in_dip). Figure out a way to fetch all favicons we support.
|
| // See crbug.com/181068.
|
| CancelableTaskTracker::TaskId id = favicon_service->GetFaviconForURL(
|
| - FaviconService::FaviconForURLParams(
|
| - profile_, page_url, SupportedFaviconTypes(), kMaxFaviconResolution),
|
| + FaviconService::FaviconForURLParams(page_url, SupportedFaviconTypes(),
|
| + kMaxFaviconResolution),
|
| base::Bind(&FaviconCache::OnFaviconDataAvailable,
|
| weak_ptr_factory_.GetWeakPtr(), page_url),
|
| &cancelable_task_tracker_);
|
|
|