Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index e0f807777d3fdb81a61d2d37282b8fafa51306b0..69ff3d8ebc7930cba0d863540f8488aa5e5fd861 100644 |
--- a/net/proxy/proxy_service.h |
+++ b/net/proxy/proxy_service.h |
@@ -193,10 +193,10 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
// Sets the ProxyScriptFetcher and DhcpProxyScriptFetcher dependencies. This |
// is needed if the ProxyResolver is of type ProxyResolverWithoutFetch. |
- // ProxyService takes ownership of both objects. |
+ // ProxyService takes ownership of proxy_script_fetcher. |
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 |