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

Unified Diff: net/ftp/ftp_directory_listing_parser_vms.cc

Issue 10684003: Make SplitString() and variants clear their outparam vector. (Note that SplitStringIntoKeyValues()… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « base/string_split_unittest.cc ('k') | webkit/plugins/npapi/plugin_list_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_directory_listing_parser_vms.cc
===================================================================
--- net/ftp/ftp_directory_listing_parser_vms.cc (revision 144240)
+++ net/ftp/ftp_directory_listing_parser_vms.cc (working copy)
@@ -217,7 +217,6 @@
return false;
// Join the current and next line and split them into columns.
- columns.clear();
base::SplitString(
CollapseWhitespace(lines[i] + ASCIIToUTF16(" ") + lines[i + 1],
false),
« no previous file with comments | « base/string_split_unittest.cc ('k') | webkit/plugins/npapi/plugin_list_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698