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 81435fe56ca5c444bb2f82f24bbef88a57aa3600..971af235dee3cdfaed86187fc47187865c959ca8 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -35,15 +35,14 @@ class AutofillExternalDelegate |
virtual ~AutofillExternalDelegate(); |
// AutofillPopupDelegate implementation. |
- virtual void OnPopupShown() override; |
- virtual void OnPopupHidden() override; |
- virtual void DidSelectSuggestion(const base::string16& value, |
- int identifier) override; |
- virtual void DidAcceptSuggestion(const base::string16& value, |
- int identifier) override; |
- virtual void RemoveSuggestion(const base::string16& value, |
- int identifier) override; |
- virtual void ClearPreviewedForm() override; |
+ void OnPopupShown() override; |
+ void OnPopupHidden() override; |
+ void DidSelectSuggestion(const base::string16& value, |
+ int identifier) override; |
+ void DidAcceptSuggestion(const base::string16& value, |
+ int identifier) override; |
+ void RemoveSuggestion(const base::string16& value, int identifier) override; |
+ 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| |