Index: base/string_util.h |
=================================================================== |
--- base/string_util.h (revision 36499) |
+++ base/string_util.h (working copy) |
@@ -530,6 +530,8 @@ |
} |
}; |
+// 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 |