| Index: remoting/protocol/jingle_channel_connector.h
|
| diff --git a/remoting/protocol/jingle_channel_connector.h b/remoting/protocol/jingle_channel_connector.h
|
| index 09c815091cc64d60abf5785abfc987c19535aa30..41c369223f8bf0f7bc1ec5d577c081c2d5927c6b 100644
|
| --- a/remoting/protocol/jingle_channel_connector.h
|
| +++ b/remoting/protocol/jingle_channel_connector.h
|
| @@ -28,9 +28,8 @@ class JingleChannelConnector : public base::NonThreadSafe {
|
| JingleChannelConnector() { }
|
| virtual ~JingleChannelConnector() { }
|
|
|
| - // Starts the connection process for the channel. Takes ownership of
|
| - // |authenticator|.
|
| - virtual void Connect(ChannelAuthenticator* authenticator,
|
| + // Starts the connection process for the channel.
|
| + virtual void Connect(scoped_ptr<ChannelAuthenticator> authenticator,
|
| cricket::TransportChannel* raw_channel) = 0;
|
|
|
| protected:
|
|
|