Index: chrome/browser/net/resolve_proxy_msg_helper.h |
=================================================================== |
--- chrome/browser/net/resolve_proxy_msg_helper.h (revision 23124) |
+++ chrome/browser/net/resolve_proxy_msg_helper.h (working copy) |
@@ -46,8 +46,7 @@ |
// completion to |delegate|. Note that |delegate| must be live throughout |
// our lifespan. If |proxy_service| is NULL, then the current profile's |
// proxy service will be used. |
- explicit ResolveProxyMsgHelper(Delegate* delegate, |
- net::ProxyService* proxy_service); |
+ ResolveProxyMsgHelper(Delegate* delegate, net::ProxyService* proxy_service); |
// Resolve proxies for |url|. Completion is notified through the delegate. |
// If multiple requests are started at the same time, they will run in |