diff options
Diffstat (limited to 'base/string_util.h')
-rw-r--r-- | base/string_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/string_util.h b/base/string_util.h index c895f27..34f9386 100644 --- a/base/string_util.h +++ b/base/string_util.h @@ -530,6 +530,8 @@ template<typename Char> struct CaseInsensitiveCompareASCII { } }; +// TODO(timsteele): Move these split string functions into their own API on +// string_split.cc/.h files. //----------------------------------------------------------------------------- // Splits |str| into a vector of strings delimited by |s|. Append the results |