| Index: chrome/browser/safe_browsing/safe_browsing_util.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_util.cc b/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| index faf6767d72bf828b5a6e6fc234649ddeca774924..aff62a0d618e652a730d0fed9b5febfcf1ff4c80 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| @@ -341,7 +341,7 @@ void CanonicalizeUrl(const GURL& url,
|
| : std::string();
|
| const char kCharsToTrim[] = ".";
|
| std::string host_without_end_dots;
|
| - TrimString(host, kCharsToTrim, &host_without_end_dots);
|
| + base::TrimString(host, kCharsToTrim, &host_without_end_dots);
|
|
|
| // 4. In hostname, replace consecutive dots with a single dot.
|
| std::string host_without_consecutive_dots(RemoveConsecutiveChars(
|
|
|