| 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,
|
|
|