Index: chrome/browser/predictors/autocomplete_action_predictor.h |
diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h |
index fea418ae3b1f15dac0308de9396105941261bc11..af34f04cd0c0d6a5d79582cc753b48776390bc1c 100644 |
--- a/chrome/browser/predictors/autocomplete_action_predictor.h |
+++ b/chrome/browser/predictors/autocomplete_action_predictor.h |
@@ -222,6 +222,11 @@ class AutocompleteActionPredictor |
void Shutdown() override; |
// history::HistoryServiceObserver: |
+ void OnURLsDeleted(HistoryService* history_service, |
+ bool all_history, |
+ bool expired, |
+ const history::URLRows& deleted_rows, |
+ const std::set<GURL>& favicon_urls) override; |
void OnHistoryServiceLoaded(HistoryService* history_service) override; |
Profile* profile_; |