Chromium Code Reviews| Index: net/proxy/proxy_info.cc |
| =================================================================== |
| --- net/proxy/proxy_info.cc (revision 35554) |
| +++ net/proxy/proxy_info.cc (working copy) |
| @@ -25,7 +25,7 @@ |
| proxy_list_.SetSingleProxyServer(proxy_server); |
| } |
| -std::string ProxyInfo::ToPacString() { |
| +std::string ProxyInfo::ToPacString() const { |
| return proxy_list_.ToPacString(); |
| } |