| Index: components/password_manager/core/browser/import/csv_reader.h
|
| diff --git a/components/password_manager/core/browser/import/csv_reader.h b/components/password_manager/core/browser/import/csv_reader.h
|
| index b1dcde5d34cf12b11e2d1b51f587501014df11c5..ad1c487ea53dec00b570f4443316646df4cf4b10 100644
|
| --- a/components/password_manager/core/browser/import/csv_reader.h
|
| +++ b/components/password_manager/core/browser/import/csv_reader.h
|
| @@ -22,7 +22,7 @@ namespace password_manager {
|
| // be converted to LF characters inside quotes.
|
| // * Inconsistent number of fields within records is handled gracefully. Extra
|
| // fields are ignored. Missing fields will have no corresponding key-value
|
| -// pair in the record's ColumnNameToValueMap.
|
| +// pair in the record.
|
| // * Repeated columns of the same name are not supported (the last value will
|
| // be preserved).
|
| //
|
|
|