summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--base/string_util.h7
2 files changed, 1 insertions, 8 deletions
diff --git a/DEPS b/DEPS
index 44f17ea..fe94db9 100644
--- a/DEPS
+++ b/DEPS
@@ -228,7 +228,7 @@ deps_os = {
Var("nacl_revision")),
"src/rlz":
- (Var("googlecode_url") % "rlz") + "/trunk@25",
+ (Var("googlecode_url") % "rlz") + "/trunk@26",
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
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 {