Index: third_party/closure_compiler/externs/autofill_private.js |
diff --git a/third_party/closure_compiler/externs/autofill_private.js b/third_party/closure_compiler/externs/autofill_private.js |
index 05ea05e2c6fbdeaffc951ebc4b52567b316fb31f..bb34658a9a89309e289a08353c43a074f6f53af3 100644 |
--- a/third_party/closure_compiler/externs/autofill_private.js |
+++ b/third_party/closure_compiler/externs/autofill_private.js |
@@ -59,7 +59,7 @@ var AddressEntry; |
/** |
* @typedef {{ |
- * field: number, |
+ * field: !chrome.autofillPrivate.AddressField, |
* fieldName: string, |
* isLongField: boolean, |
* placeholder: (string|undefined) |