summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-15 03:01:28 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-15 03:01:28 +0000
commit3f04100b5ef519171f74672a686bf553ee821744 (patch)
treeaab9ae97ab7a6bdeccd590412a8728c534965401 /base
parentbc09770f5dd4c019574af3bfd8c150f685660003 (diff)
downloadchromium_src-3f04100b5ef519171f74672a686bf553ee821744.zip
chromium_src-3f04100b5ef519171f74672a686bf553ee821744.tar.gz
chromium_src-3f04100b5ef519171f74672a686bf553ee821744.tar.bz2
Roll DEPS for rlz library r25:26.
This should get the latest fix in rlz library that includes string_split.h and append base:: at the call of SplitString, so we can remove the hack in string_util.h BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3828001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/string_util.h7
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 {