Chromium Code Reviews| Index: chrome/browser/history/history_notifications.cc |
| diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc |
| index e20bab2bd010de2a76616d162ee8ab2f2bdbefe1..bd9e85f20b32b16b292ebe7cd9b048f2a47e7cf9 100644 |
| --- a/chrome/browser/history/history_notifications.cc |
| +++ b/chrome/browser/history/history_notifications.cc |
| @@ -17,7 +17,7 @@ URLsModifiedDetails::~URLsModifiedDetails() {} |
| URLsDeletedDetails::URLsDeletedDetails() |
| : all_history(false), |
| - archived(false) { |
| + expired(false) { |
| } |
| URLsDeletedDetails::~URLsDeletedDetails() {} |