| Index: chrome/browser/predictors/autocomplete_action_predictor_factory.h
|
| diff --git a/chrome/browser/predictors/autocomplete_action_predictor_factory.h b/chrome/browser/predictors/autocomplete_action_predictor_factory.h
|
| index 0702547a5a9618043079d9d41976faf84700c332..427f6ecd980e5088fb3d25166f0664345e0f932b 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor_factory.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor_factory.h
|
| @@ -31,7 +31,7 @@ class AutocompleteActionPredictorFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE;
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutocompleteActionPredictorFactory);
|
| };
|
|
|