| Index: components/autofill/core/browser/autofill_external_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
|
| index 36a511a5728fc2d92766fa3e34c1b8772afb0848..3a3f1bc5900ac3118228ae6e8c7cdf454a63125d 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.h
|
| @@ -35,15 +35,15 @@ class AutofillExternalDelegate
|
| virtual ~AutofillExternalDelegate();
|
|
|
| // AutofillPopupDelegate implementation.
|
| - virtual void OnPopupShown() OVERRIDE;
|
| - virtual void OnPopupHidden() OVERRIDE;
|
| + virtual void OnPopupShown() override;
|
| + virtual void OnPopupHidden() override;
|
| virtual void DidSelectSuggestion(const base::string16& value,
|
| - int identifier) OVERRIDE;
|
| + int identifier) override;
|
| virtual void DidAcceptSuggestion(const base::string16& value,
|
| - int identifier) OVERRIDE;
|
| + int identifier) override;
|
| virtual void RemoveSuggestion(const base::string16& value,
|
| - int identifier) OVERRIDE;
|
| - virtual void ClearPreviewedForm() OVERRIDE;
|
| + int identifier) override;
|
| + virtual void ClearPreviewedForm() override;
|
|
|
| // Records and associates a query_id with web form data. Called
|
| // when the renderer posts an Autofill query to the browser. |bounds|
|
|
|