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 8e8c32091474e370faeb121e2f5b6153f12b5efa..1f88ff0338be1cf631e50f47e901fcd032ee1801 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -42,7 +42,7 @@ class AutofillExternalDelegate : public AutofillPopupDelegate { |
int identifier) override; |
void DidAcceptSuggestion(const base::string16& value, |
int identifier) override; |
- void RemoveSuggestion(const base::string16& value, int identifier) override; |
+ bool RemoveSuggestion(const base::string16& value, int identifier) override; |
void ClearPreviewedForm() override; |
// Records and associates a query_id with web form data. Called |