Chromium Code Reviews| 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..f13b3953aec418d3aaf26109b690d834776a395e 100644 |
| --- a/components/password_manager/core/browser/import/csv_reader.h |
| +++ b/components/password_manager/core/browser/import/csv_reader.h |
| @@ -14,6 +14,8 @@ |
| namespace password_manager { |
| +typedef std::map<std::string, std::string> ColumnNameToValueMap; |
|
Garrett Casto
2015/06/26 21:13:48
For some reason I forgot that this would be used i
xunlu
2015/06/30 23:06:09
Done.
|
| + |
| // Reads tabular data from CSV (Comma Separated Values) format as defined in RFC |
| // 4180, with the following limitations/relaxations: |
| // * The input should be UTF-8 encoded. No code points should be escaped. |