| Index: chrome/browser/sync/glue/favicon_cache.cc
|
| diff --git a/chrome/browser/sync/glue/favicon_cache.cc b/chrome/browser/sync/glue/favicon_cache.cc
|
| index 4c8da6e737566dfb3dba7d7ccf6a5bedef7a4380..622b325d2c768cef079b2d9e7a9fcadd862e3c88 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.cc
|
| +++ b/chrome/browser/sync/glue/favicon_cache.cc
|
| @@ -579,7 +579,7 @@ void FaviconCache::Observe(int type,
|
| content::Details<history::URLsDeletedDetails> deleted_details(details);
|
|
|
| // We only care about actual user (or sync) deletions.
|
| - if (deleted_details->archived)
|
| + if (deleted_details->expired)
|
| return;
|
|
|
| if (!deleted_details->all_history) {
|
|
|