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 427f6ecd980e5088fb3d25166f0664345e0f932b..b1624ab859ef2fe8a393af7446b1a7bdd16f0be5 100644 |
--- a/chrome/browser/predictors/autocomplete_action_predictor_factory.h |
+++ b/chrome/browser/predictors/autocomplete_action_predictor_factory.h |
@@ -29,7 +29,8 @@ class AutocompleteActionPredictorFactory : public ProfileKeyedServiceFactory { |
virtual ~AutocompleteActionPredictorFactory(); |
// ProfileKeyedServiceFactory: |
- virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |