Index: net/ftp/ftp_util.cc |
diff --git a/net/ftp/ftp_util.cc b/net/ftp/ftp_util.cc |
index 8ff0f60b314744826726c282c4959f4de59bebc8..b5580664736bc1aa613dc680c569e67f6a789270 100644 |
--- a/net/ftp/ftp_util.cc |
+++ b/net/ftp/ftp_util.cc |
@@ -366,7 +366,7 @@ base::string16 FtpUtil::GetStringPartAfterColumns(const base::string16& text, |
} |
base::string16 result(text.substr(iter.array_pos())); |
- TrimWhitespace(result, TRIM_ALL, &result); |
+ base::TrimWhitespace(result, base::TRIM_ALL, &result); |
return result; |
} |