Index: chrome/browser/history/history_notifications.h |
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h |
index 6178b99a2780a8bd79d8fe6d83f478df942501ba..84c3720e4ff7df70e9f25bb71ac5a9e33e878915 100644 |
--- a/chrome/browser/history/history_notifications.h |
+++ b/chrome/browser/history/history_notifications.h |
@@ -11,7 +11,6 @@ |
#include "chrome/browser/history/history_details.h" |
#include "components/history/core/browser/history_types.h" |
-#include "components/history/core/browser/keyword_id.h" |
#include "url/gurl.h" |
namespace history { |
@@ -49,20 +48,6 @@ struct URLsDeletedDetails : public HistoryDetails { |
std::set<GURL> favicon_urls; |
}; |
-// Details for HISTORY_KEYWORD_SEARCH_TERM_UPDATED. |
-struct KeywordSearchUpdatedDetails : public HistoryDetails { |
- KeywordSearchUpdatedDetails(const URLRow& url_row, |
- KeywordID keyword_id, |
- const base::string16& term); |
- ~KeywordSearchUpdatedDetails() override; |
- |
- // The affected URLRow. The ID will be set to the value that is currently in |
- // effect in the main history database. |
- URLRow url_row; |
- KeywordID keyword_id; |
- base::string16 term; |
-}; |
- |
// Details for HISTORY_KEYWORD_SEARCH_TERM_DELETED. |
struct KeywordSearchDeletedDetails : public HistoryDetails { |
explicit KeywordSearchDeletedDetails(URLID url_row_id); |