Chromium Code Reviews| 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. |