Chromium Code Reviews| Index: net/proxy/proxy_service.h |
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
| index e0f807777d3fdb81a61d2d37282b8fafa51306b0..e09ced1f56972e005b8ffec0fb7dca5e5133451f 100644 |
| --- a/net/proxy/proxy_service.h |
| +++ b/net/proxy/proxy_service.h |
| @@ -196,7 +196,7 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
| // ProxyService takes ownership of both objects. |
|
eroman
2015/08/19 22:08:39
Can you update this comment to "ProxyService takes
Paritosh Kumar
2015/08/20 15:23:34
Done.
|
| void SetProxyScriptFetchers( |
| ProxyScriptFetcher* proxy_script_fetcher, |
| - DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher); |
| + scoped_ptr<DhcpProxyScriptFetcher> dhcp_proxy_script_fetcher); |
| ProxyScriptFetcher* GetProxyScriptFetcher() const; |
| // Tells this ProxyService to start using a new ProxyConfigService to |