Index: net/proxy/proxy_config.cc |
diff --git a/net/proxy/proxy_config.cc b/net/proxy/proxy_config.cc |
index c1fe0f5ceb4080e6d4fc99f15be373d9e1daadc4..86c5284d837429b03e201b76b948c172f6ec1c40 100644 |
--- a/net/proxy/proxy_config.cc |
+++ b/net/proxy/proxy_config.cc |
@@ -112,7 +112,7 @@ void ProxyConfig::ProxyRules::ParseFromString(const std::string& proxy_rules) { |
} |
// Trim whitespace off the url scheme. |
- TrimWhitespaceASCII(url_scheme, TRIM_ALL, &url_scheme); |
+ base::TrimWhitespaceASCII(url_scheme, base::TRIM_ALL, &url_scheme); |
// Add it to the per-scheme mappings (if supported scheme). |
type = TYPE_PROXY_PER_SCHEME; |