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

Unified Diff: base/string_util.h

Issue 3750001: base: Move SplitString functions into the base namespace and update the callers. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: brett review, reverted changes in o3d due to it's using an old base revision Created 10 years, 2 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 | « base/string_split.cc ('k') | base/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util.h
diff --git a/base/string_util.h b/base/string_util.h
index 41a0cd42236181c6e68c5a3de663985b6cba8deb..4fb3e42b225b8f09982bad148335785b1bd76bd3 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -27,6 +27,7 @@
// TODO(tfarina): Fix the rlz library to include this instead and remove
// this include.
#include "base/string_split.h"
+using base::SplitString;
#endif // RLZ_WIN_LIB_RLZ_LIB_H_
// Safe standard library wrappers for all platforms.
« no previous file with comments | « base/string_split.cc ('k') | base/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698