Index: net/proxy/sync_host_resolver_bridge.cc |
diff --git a/net/proxy/sync_host_resolver_bridge.cc b/net/proxy/sync_host_resolver_bridge.cc |
index 69dce07ff1f2abfb28bfb2071990fd404af07166..6ed00dd61b8b847710c50a3a7c0380192384f9e8 100644 |
--- a/net/proxy/sync_host_resolver_bridge.cc |
+++ b/net/proxy/sync_host_resolver_bridge.cc |
@@ -86,8 +86,7 @@ int SyncHostResolverBridge::Core::ResolveSynchronously( |
// Otherwise start an async resolve on the resolver's thread. |
host_resolver_loop_->PostTask( |
FROM_HERE, |
- NewRunnableMethod(this, &Core::StartResolve, |
- info, addresses)); |
+ base::Bind(&Core::StartResolve, this, info, addresses)); |
return WaitForResolveCompletion(); |
} |