| Index: chrome/browser/history/history_notifications.h
|
| diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
|
| index a34bf8e26290dcac9e17f8e4859c8798592876ff..a5e0ea2fb7722b2285215aacd99a1adeb4b96964 100644
|
| --- a/chrome/browser/history/history_notifications.h
|
| +++ b/chrome/browser/history/history_notifications.h
|
| @@ -87,7 +87,7 @@ struct FaviconChangeDetails : public HistoryDetails {
|
| // Details for HISTORY_KEYWORD_SEARCH_TERM_UPDATED.
|
| struct KeywordSearchTermDetails : public HistoryDetails {
|
| KeywordSearchTermDetails();
|
| - ~KeywordSearchTermDetails();
|
| + virtual ~KeywordSearchTermDetails();
|
|
|
| GURL url;
|
| TemplateURLID keyword_id;
|
|
|