diff options
Diffstat (limited to 'base/string_util.h')
-rw-r--r-- | base/string_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/string_util.h b/base/string_util.h index 41a0cd4..4fb3e42 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. |