| 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 5431f4289ac228badbd53e49fe97df33cae6dc99..ddfa9441f1967d6a05f6e7921cbcf5cfe1fed292 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_classifier_factory.h
|
| @@ -31,10 +31,10 @@ class AutocompleteClassifierFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutocompleteClassifierFactory);
|
| };
|
|
|