| Index: chrome/browser/history/top_sites_impl.h
|
| diff --git a/chrome/browser/history/top_sites_impl.h b/chrome/browser/history/top_sites_impl.h
|
| index 9f2b652e27505cc37c677c9e4632c585259d85b3..5141534ae35c40584bbcec89c70b39bdfee8cbaa 100644
|
| --- a/chrome/browser/history/top_sites_impl.h
|
| +++ b/chrome/browser/history/top_sites_impl.h
|
| @@ -216,8 +216,7 @@ class TopSitesImpl : public TopSites {
|
| const scoped_refptr<MostVisitedThumbnails>& thumbnails);
|
|
|
| // Called when history service returns a list of top URLs.
|
| - void OnTopSitesAvailableFromHistory(CancelableRequestProvider::Handle handle,
|
| - MostVisitedURLList data);
|
| + void OnTopSitesAvailableFromHistory(const MostVisitedURLList* data);
|
|
|
| scoped_refptr<TopSitesBackend> backend_;
|
|
|
|
|