Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: net/proxy/proxy_resolver_mac.h

Issue 8985012: base::Bind: Convert net/proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add bind includes. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/proxy/proxy_resolver_mac.h
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
index 0df4e387ff2fc87a44b1e761ac9ff2ad2d8fdff8..c62ad33bfa783ca3804380f2a9187742dbaee80d 100644
--- a/net/proxy/proxy_resolver_mac.h
+++ b/net/proxy/proxy_resolver_mac.h
@@ -24,7 +24,7 @@ class NET_EXPORT ProxyResolverMac : public ProxyResolver {
// ProxyResolver methods:
virtual int GetProxyForURL(const GURL& url,
ProxyInfo* results,
- OldCompletionCallback* callback,
+ const net::CompletionCallback& callback,
RequestHandle* request,
const BoundNetLog& net_log) OVERRIDE;
@@ -39,7 +39,7 @@ class NET_EXPORT ProxyResolverMac : public ProxyResolver {
virtual int SetPacScript(
const scoped_refptr<ProxyResolverScriptData>& script_data,
- OldCompletionCallback* /*callback*/) OVERRIDE;
+ const net::CompletionCallback& /*callback*/) OVERRIDE;
private:
scoped_refptr<ProxyResolverScriptData> script_data_;

Powered by Google App Engine
This is Rietveld 408576698