Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: native_client_sdk/src/libraries/sdk_util/string_util.h

Issue 1284833004: Remove remaining legacy SplitString calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/runner/init.cc ('k') | net/tools/disk_cache_memory_test/disk_cache_memory_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « mojo/runner/init.cc ('k') | net/tools/disk_cache_memory_test/disk_cache_memory_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698