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 e64b24093dd8b4bc239775ac08047c60605074ff..e75d6a49d2f5d0da882e57e32b4eb3bbc1a52520 100644 |
--- a/chrome/browser/sync/glue/favicon_cache.cc |
+++ b/chrome/browser/sync/glue/favicon_cache.cc |
@@ -577,7 +577,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) { |