| Index: chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_classifier_factory.h b/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| index dc5198770f59e171cbb96e0f68069ebde8f65763..0fb74b0761f25095df2b0c60e4b9d5c6a71d530f 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| @@ -31,7 +31,8 @@ class AutocompleteClassifierFactory : public ProfileKeyedServiceFactory {
|
| virtual ~AutocompleteClassifierFactory();
|
|
|
| // ProfileKeyedServiceFactory:
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
|
|