summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/pepper_stream_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/pepper_stream_channel.h')
-rw-r--r--remoting/protocol/pepper_stream_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/pepper_stream_channel.h b/remoting/protocol/pepper_stream_channel.h
index d5afe27..d0f7bb2 100644
--- a/remoting/protocol/pepper_stream_channel.h
+++ b/remoting/protocol/pepper_stream_channel.h
@@ -80,8 +80,8 @@ class PepperStreamChannel : public PepperChannel,
scoped_ptr<ChannelAuthenticator> authenticator_;
// Callback called by the TCP and SSL layers.
- net::CompletionCallbackImpl<PepperStreamChannel> p2p_connect_callback_;
- net::CompletionCallbackImpl<PepperStreamChannel> ssl_connect_callback_;
+ net::OldCompletionCallbackImpl<PepperStreamChannel> p2p_connect_callback_;
+ net::OldCompletionCallbackImpl<PepperStreamChannel> ssl_connect_callback_;
DISALLOW_COPY_AND_ASSIGN(PepperStreamChannel);
};