Index: net/proxy/proxy_bypass_rules.cc |
diff --git a/net/proxy/proxy_bypass_rules.cc b/net/proxy/proxy_bypass_rules.cc |
index 5344b82133fe8a5977439d3952753ce73c43805e..bb163adc9dcdb45f66c17436d4babf3f55d85f13 100644 |
--- a/net/proxy/proxy_bypass_rules.cc |
+++ b/net/proxy/proxy_bypass_rules.cc |
@@ -264,7 +264,7 @@ bool ProxyBypassRules::AddRuleFromStringInternal( |
// This is the special syntax used by WinInet's bypass list -- we allow it |
// on all platforms and interpret it the same way. |
- if (LowerCaseEqualsASCII(raw, "<local>")) { |
+ if (base::LowerCaseEqualsASCII(raw, "<local>")) { |
AddRuleToBypassLocal(); |
return true; |
} |