| Index: components/autofill/content/public/interfaces/autofill_driver.mojom
|
| diff --git a/components/autofill/content/public/interfaces/autofill_driver.mojom b/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| index 893adbdfed1713ae4802aa2525226c5737ddf97f..c32798abbe4d82b2b214b9effb08537eb755aa18 100644
|
| --- a/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| +++ b/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| @@ -55,5 +55,6 @@ interface AutofillDriver {
|
| DidEndTextFieldEditing();
|
|
|
| // Informs browser of data list values for the current field.
|
| - SetDataList(array<string> values, array<string> labels);
|
| + SetDataList(array<mojo.common.mojom.String16> values,
|
| + array<mojo.common.mojom.String16> labels);
|
| };
|
|
|