| Index: chrome/browser/chromeos/proxy_config_service_impl.h
|
| diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h
|
| index b2a3b7b7987d49a833a551aff34564a3ac654256..b80a1ef9b6230ee8226790da903f4772a82831de 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl.h
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl.h
|
| @@ -106,7 +106,7 @@ class ProxyConfigServiceImpl
|
| bool SerializeForNetwork(std::string* output);
|
|
|
| // Encodes the proxy server as "<url-scheme>=<proxy-scheme>://<proxy>"
|
| - static void EncodeAndAppendProxyServer(const std::string& scheme,
|
| + static void EncodeAndAppendProxyServer(const std::string& url_scheme,
|
| const net::ProxyServer& server,
|
| std::string* spec);
|
|
|
|
|