| Index: components/ntp_tiles/most_visited_sites.h
|
| diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
|
| index 5df1fc6687454a691f42a627c2bc5ea2efa3d0ef..12cf44e6eb2c05dc6188270b3a80bbc1f8fcb320 100644
|
| --- a/components/ntp_tiles/most_visited_sites.h
|
| +++ b/components/ntp_tiles/most_visited_sites.h
|
| @@ -181,7 +181,7 @@ class MostVisitedSites : public history::TopSitesObserver,
|
|
|
| void OnPopularSitesDownloaded(bool success);
|
|
|
| - void OnIconMadeAvailable(const GURL& site_url, bool newly_available);
|
| + void OnIconMadeAvailable(const GURL& site_url);
|
|
|
| // history::TopSitesObserver implementation.
|
| void TopSitesLoaded(history::TopSites* top_sites) override;
|
|
|