| Index: chrome/browser/autofill/autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h
|
| index 6953594412562d720a0dbff49c33ba93be746c07..b3413045783364221bb638a2667de391959e6d68 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate.h
|
| +++ b/chrome/browser/autofill/autofill_external_delegate.h
|
| @@ -62,7 +62,7 @@ class AutofillExternalDelegate {
|
| void DidEndTextFieldEditing();
|
|
|
| // Inform the delegate that an autofill suggestion have been chosen.
|
| - void DidAcceptAutofillSuggestions(string16 value,
|
| + void DidAcceptAutofillSuggestions(const string16& value,
|
| int unique_id,
|
| unsigned index);
|
|
|
|
|