| 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 e115e713cfbab08152ceb7bfe409b112fa072fbf..ae19aaaac01215abb7b9ece5efbf055d8177c13d 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| @@ -59,7 +59,7 @@ namespace predictors {
|
| // PostTaskAndReply without fear of crashes if it is destroyed before the reply
|
| // triggers. This is necessary during initialization.
|
| class AutocompleteActionPredictor
|
| - : public ProfileKeyedService,
|
| + : public BrowserContextKeyedService,
|
| public content::NotificationObserver,
|
| public base::SupportsWeakPtr<AutocompleteActionPredictor> {
|
| public:
|
|
|