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

Unified Diff: jingle/notifier/base/proxy_resolving_client_socket.h

Issue 8898036: base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Possible test fix. 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
« no previous file with comments | « no previous file | jingle/notifier/base/proxy_resolving_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/proxy_resolving_client_socket.h
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h
index 68aa718923de5387527725fa61b97f1c346063cf..c89d77b6a4e60154c4e95ede1c2adb11aa875149 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.h
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h
@@ -77,9 +77,8 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
void ReportSuccessfulProxyConnection();
// Callbacks passed to net APIs.
- net::OldCompletionCallbackImpl<ProxyResolvingClientSocket>
- proxy_resolve_callback_;
- net::OldCompletionCallbackImpl<ProxyResolvingClientSocket> connect_callback_;
+ net::CompletionCallback proxy_resolve_callback_;
+ net::CompletionCallback connect_callback_;
scoped_refptr<net::HttpNetworkSession> network_session_;
« no previous file with comments | « no previous file | jingle/notifier/base/proxy_resolving_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698