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 96f069e55feed1aec8b1f7a6d1362a2756134d6a..f654233c015b5ee094e397c1fe4c4c58e6542eb9 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -44,7 +44,8 @@ class AutofillExternalDelegate |
virtual void OnPopupShown() OVERRIDE; |
virtual void OnPopupHidden() OVERRIDE; |
virtual bool ShouldRepostEvent(const ui::MouseEvent& event) OVERRIDE; |
- virtual void DidSelectSuggestion(int identifier) 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, |