| 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 dfd3eb6273b90abb6ea5c8d289cb2d9a77d79e86..85981cdc26c75bc522e0ffe72cca71f762d756ad 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| @@ -221,6 +221,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_;
|
|
|