| Index: net/proxy/proxy_bypass_rules.cc
|
| diff --git a/net/proxy/proxy_bypass_rules.cc b/net/proxy/proxy_bypass_rules.cc
|
| index a60adc352ff8d9811ee55579a0ac6ac90e37bfa9..b902655c0de0ecd628bfd7f4074a645939782452 100644
|
| --- a/net/proxy/proxy_bypass_rules.cc
|
| +++ b/net/proxy/proxy_bypass_rules.cc
|
| @@ -262,7 +262,7 @@ bool ProxyBypassRules::AddRuleFromStringInternal(
|
| const std::string& raw_untrimmed,
|
| bool use_hostname_suffix_matching) {
|
| std::string raw;
|
| - TrimWhitespaceASCII(raw_untrimmed, TRIM_ALL, &raw);
|
| + base::TrimWhitespaceASCII(raw_untrimmed, base::TRIM_ALL, &raw);
|
|
|
| // This is the special syntax used by WinInet's bypass list -- we allow it
|
| // on all platforms and interpret it the same way.
|
|
|