| Index: native_client_sdk/src/libraries/sdk_util/string_util.h
|
| diff --git a/native_client_sdk/src/libraries/sdk_util/string_util.h b/native_client_sdk/src/libraries/sdk_util/string_util.h
|
| index 816e9651e4b9bf86c67eee98f62170f6a0df1f46..ff01b6820bd7202ab205ba3bc0f8c2f3eeb45cc2 100644
|
| --- a/native_client_sdk/src/libraries/sdk_util/string_util.h
|
| +++ b/native_client_sdk/src/libraries/sdk_util/string_util.h
|
| @@ -15,7 +15,7 @@ namespace sdk_util {
|
| // or ends with |c|, then an empty string is inserted. If |str| is empty, then
|
| // no strings are inserted.
|
| //
|
| -// NOTE: Unlike Chrome's base::SplitString, this DOES NOT trim white space.
|
| +// NOTE: Does not trim white space.
|
| inline void SplitString(const std::string& str,
|
| char c,
|
| std::vector<std::string>* r) {
|
|
|