| Index: chrome/browser/history/history_notifications.cc
|
| diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
|
| index e052ec65d64936f5c101202d2a419586d468d86a..47efa27c4fad01233459cc6d365f20f689fd552e 100644
|
| --- a/chrome/browser/history/history_notifications.cc
|
| +++ b/chrome/browser/history/history_notifications.cc
|
| @@ -17,10 +17,4 @@ URLsDeletedDetails::URLsDeletedDetails()
|
|
|
| URLsDeletedDetails::~URLsDeletedDetails() {}
|
|
|
| -KeywordSearchDeletedDetails::KeywordSearchDeletedDetails(URLID url_row_id)
|
| - : url_row_id(url_row_id) {
|
| -}
|
| -
|
| -KeywordSearchDeletedDetails::~KeywordSearchDeletedDetails() {}
|
| -
|
| } // namespace history
|
|
|