| 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 e399eb580044e3ab81d2cc31e9ee4a1ba6be3c51..5ed15856c05bfe77de85375f39b55c09114f143d 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,
|
|
|