| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index 3cc7b0d432efcaf17f00484d00d1d2b98a76081b..6d9c9d14a8247bb963022b13c6d5e1decd5865c5 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/jumplist_win.h
|
| @@ -160,10 +160,7 @@ class JumpList : public TabRestoreServiceObserver {
|
| // When finishing loading all favicons, this function posts a task that
|
| // decompresses collected favicons and updates a JumpList.
|
| void OnFaviconDataAvailable(HistoryService::Handle handle,
|
| - bool know_favicon,
|
| - scoped_refptr<RefCountedMemory> data,
|
| - bool expired,
|
| - GURL icon_url);
|
| + history::FaviconData favicon);
|
|
|
| private:
|
| // Our consumers for HistoryService.
|
|
|