| 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 09c0c03973cff4c382326930bc9e5b1a46b18c1a..3c94385e02f69304e7027356ab6910f4f8e2ec35 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| @@ -33,7 +33,7 @@ class AutocompleteClassifierFactory : public ProfileKeyedServiceFactory {
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutocompleteClassifierFactory);
|
| };
|
|
|