diff options
Diffstat (limited to 'base/string_util.h')
-rw-r--r-- | base/string_util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/string_util.h b/base/string_util.h index d5f9571..27de472 100644 --- a/base/string_util.h +++ b/base/string_util.h @@ -23,13 +23,6 @@ // and then remove this. #include "base/stringprintf.h" -#ifdef RLZ_WIN_LIB_RLZ_LIB_H_ -// 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. namespace base { |