| Index: components/autofill/core/browser/autocomplete_history_manager.h
|
| diff --git a/components/autofill/core/browser/autocomplete_history_manager.h b/components/autofill/core/browser/autocomplete_history_manager.h
|
| index 9d06ffcc8a8116596cc29907276cc22105b9d6cc..5c04088e1c10389b3b6b7c161d95fdf2a892318f 100644
|
| --- a/components/autofill/core/browser/autocomplete_history_manager.h
|
| +++ b/components/autofill/core/browser/autocomplete_history_manager.h
|
| @@ -31,7 +31,7 @@ class AutocompleteHistoryManager : public WebDataServiceConsumer {
|
| // WebDataServiceConsumer implementation.
|
| virtual void OnWebDataServiceRequestDone(
|
| WebDataServiceBase::Handle h,
|
| - const WDTypedResult* result) OVERRIDE;
|
| + const WDTypedResult* result) override;
|
|
|
| // Pass-through functions that are called by AutofillManager, after it has
|
| // dispatched a message.
|
|
|