| Index: chrome/browser/sync/glue/favicon_cache.h
|
| diff --git a/chrome/browser/sync/glue/favicon_cache.h b/chrome/browser/sync/glue/favicon_cache.h
|
| index cfab7ef824a0c78fe7b6c32b64e23a59085d6592..8b5c2f5aabcfeafd3a7a7a120508cab75ba32370 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.h
|
| +++ b/chrome/browser/sync/glue/favicon_cache.h
|
| @@ -28,7 +28,7 @@
|
| class Profile;
|
|
|
| namespace chrome {
|
| -struct FaviconBitmapResult;
|
| +struct FaviconRawBitmapResult;
|
| }
|
|
|
| namespace browser_sync {
|
| @@ -131,7 +131,7 @@ class FaviconCache : public syncer::SyncableService,
|
| // available. Does nothing if no favicon data was available.
|
| void OnFaviconDataAvailable(
|
| const GURL& page_url,
|
| - const std::vector<favicon_base::FaviconBitmapResult>& bitmap_result);
|
| + const std::vector<favicon_base::FaviconRawBitmapResult>& bitmap_result);
|
|
|
| // Helper method to update the sync state of the favicon at |icon_url|. If
|
| // either |image_change_type| or |tracking_change_type| is ACTION_INVALID,
|
|
|