diff options
Diffstat (limited to 'net/proxy/proxy_server.cc')
-rw-r--r-- | net/proxy/proxy_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_server.cc b/net/proxy/proxy_server.cc index 3ff5432..c6aea17 100644 --- a/net/proxy/proxy_server.cc +++ b/net/proxy/proxy_server.cc @@ -182,7 +182,7 @@ int ProxyServer::GetDefaultPortForScheme(Scheme scheme) { return -1; } } - + // static ProxyServer ProxyServer::FromSchemeHostAndPort( Scheme scheme, |