summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/chrome_async_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/base/chrome_async_socket.h')
-rw-r--r--jingle/notifier/base/chrome_async_socket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/jingle/notifier/base/chrome_async_socket.h b/jingle/notifier/base/chrome_async_socket.h
index 5cf1ca6..2960b6d 100644
--- a/jingle/notifier/base/chrome_async_socket.h
+++ b/jingle/notifier/base/chrome_async_socket.h
@@ -176,10 +176,10 @@ class ChromeAsyncSocket : public buzz::AsyncSocket {
void DoClose();
// Callbacks passed to |transport_socket_|.
- net::CompletionCallbackImpl<ChromeAsyncSocket> connect_callback_;
- net::CompletionCallbackImpl<ChromeAsyncSocket> read_callback_;
- net::CompletionCallbackImpl<ChromeAsyncSocket> write_callback_;
- net::CompletionCallbackImpl<ChromeAsyncSocket> ssl_connect_callback_;
+ net::OldCompletionCallbackImpl<ChromeAsyncSocket> connect_callback_;
+ net::OldCompletionCallbackImpl<ChromeAsyncSocket> read_callback_;
+ net::OldCompletionCallbackImpl<ChromeAsyncSocket> write_callback_;
+ net::OldCompletionCallbackImpl<ChromeAsyncSocket> ssl_connect_callback_;
scoped_ptr<ResolvingClientSocketFactory> client_socket_factory_;