Index: base/string_util.h |
=================================================================== |
--- base/string_util.h (revision 34166) |
+++ base/string_util.h (working copy) |
@@ -519,6 +519,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 |