Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: components/password_manager/core/browser/import/csv_reader.cc

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed import-complete dialog. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager/core/browser/import/csv_reader.cc
diff --git a/components/password_manager/core/browser/import/csv_reader.cc b/components/password_manager/core/browser/import/csv_reader.cc
index 49160688e17d8c36debfe3273cc2824c9103b608..bf7fd523dccf7e08478a6972844b4e6a7649e1c7 100644
--- a/components/password_manager/core/browser/import/csv_reader.cc
+++ b/components/password_manager/core/browser/import/csv_reader.cc
@@ -99,7 +99,7 @@ namespace password_manager {
bool ReadCSV(base::StringPiece csv,
std::vector<std::string>* column_names,
- std::vector<std::map<std::string, std::string>>* records) {
+ std::vector<ColumnNameToValueMap>* records) {
DCHECK(column_names);
DCHECK(records);

Powered by Google App Engine
This is Rietveld 408576698