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

Unified Diff: base/strings/string_util.h

Issue 1197243004: Replace some Tokenize calls with SplitString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android Created 5 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/process/process_metrics_linux.cc ('k') | base/test/test_reg_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_util.h
diff --git a/base/strings/string_util.h b/base/strings/string_util.h
index 6f3b766fc13873b884fbf773a4859a6cd7dbe341..d33236f960b2791bcf30b9703476e45a9241bd50 100644
--- a/base/strings/string_util.h
+++ b/base/strings/string_util.h
@@ -496,7 +496,7 @@ inline typename string_type::value_type* WriteInto(string_type* str,
// |delimiters|. Each field is added to the |tokens| vector. Returns the
// number of tokens found.
//
-// DEPRECATED. Use SplitStringUsingSet for new code (these just forward).
+// DEPRECATED. Use base::SplitString for new code (these just forward).
// TODO(brettw) convert callers and delete these forwarders.
BASE_EXPORT size_t Tokenize(const base::string16& str,
const base::string16& delimiters,
« no previous file with comments | « base/process/process_metrics_linux.cc ('k') | base/test/test_reg_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698