| Index: chrome/browser/win/jumplist.h
|
| diff --git a/chrome/browser/win/jumplist.h b/chrome/browser/win/jumplist.h
|
| index bb5befa04024914c82a71f71a93fc7a966aa7aa0..53e9db10fb0ef4f216a8eb01e6f0b22b82184ebf 100644
|
| --- a/chrome/browser/win/jumplist.h
|
| +++ b/chrome/browser/win/jumplist.h
|
| @@ -31,7 +31,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| namespace chrome {
|
| -struct FaviconImageResult;
|
| +struct FaviconRawBitmapResult;
|
| }
|
|
|
| class JumpListFactory;
|
| @@ -132,7 +132,7 @@ class JumpList : public sessions::TabRestoreServiceObserver,
|
| // To avoid file operations, this function just attaches the given data to
|
| // a ShellLinkItem object.
|
| void OnFaviconDataAvailable(
|
| - const favicon_base::FaviconImageResult& image_result);
|
| + const favicon_base::FaviconRawBitmapResult& image_result);
|
|
|
| // Callback for TopSites that notifies when the "Most
|
| // Visited" list is available. This function updates the ShellLinkItemList
|
|
|