| 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 bb95ee26ab97083c6245280cdab7d9d1356a47a3..6f4271caca4abad5d63c89e353b3d1f1b3a860f3 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);
|
|
|
|
|