| Index: components/ntp_tiles/icon_cacher_impl.cc
|
| diff --git a/components/ntp_tiles/icon_cacher_impl.cc b/components/ntp_tiles/icon_cacher_impl.cc
|
| index c0ed25259248f29d7214e2ba1291d2623be48925..b0d65cfbc4b7499f28cad4075fb1aa3cd4057e3b 100644
|
| --- a/components/ntp_tiles/icon_cacher_impl.cc
|
| +++ b/components/ntp_tiles/icon_cacher_impl.cc
|
| @@ -78,10 +78,12 @@ void IconCacherImpl::OnGetFaviconImageForPageURLFinished(
|
| site, icon_available));
|
| }
|
|
|
| -void IconCacherImpl::OnFaviconDownloaded(PopularSites::Site site,
|
| - const base::Closure& icon_available,
|
| - const std::string& id,
|
| - const gfx::Image& fetched_image) {
|
| +void IconCacherImpl::OnFaviconDownloaded(
|
| + PopularSites::Site site,
|
| + const base::Closure& icon_available,
|
| + const std::string& id,
|
| + const gfx::Image& fetched_image,
|
| + const image_fetcher::RequestMetadata& metadata) {
|
| if (fetched_image.IsEmpty()) {
|
| return;
|
| }
|
|
|