| Index: chrome/browser/history/history_notifications.cc
|
| diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
|
| index bc242fda1d9d92a880d4bb84f6d307e05a00bdaf..255e488365938c6f7aded36504171b8e3cc82296 100644
|
| --- a/chrome/browser/history/history_notifications.cc
|
| +++ b/chrome/browser/history/history_notifications.cc
|
| @@ -15,7 +15,10 @@ URLsModifiedDetails::URLsModifiedDetails() {}
|
|
|
| URLsModifiedDetails::~URLsModifiedDetails() {}
|
|
|
| -URLsDeletedDetails::URLsDeletedDetails() : all_history(false) {}
|
| +URLsDeletedDetails::URLsDeletedDetails()
|
| + : all_history(false),
|
| + archived(false) {
|
| +}
|
|
|
| URLsDeletedDetails::~URLsDeletedDetails() {}
|
|
|
|
|