| Index: remoting/protocol/pepper_session.h
|
| diff --git a/remoting/protocol/pepper_session.h b/remoting/protocol/pepper_session.h
|
| index 83a0ad921fafc94a32d6e193bc6a6f50e0830e2a..ba2a2b4ed64961f36521dde360d18c0ad60d9c7c 100644
|
| --- a/remoting/protocol/pepper_session.h
|
| +++ b/remoting/protocol/pepper_session.h
|
| @@ -66,8 +66,8 @@ class PepperSession : public Session {
|
|
|
| // Start cs connection by sending session-initiate message.
|
| void StartConnection(const std::string& peer_jid,
|
| - Authenticator* authenticator,
|
| - CandidateSessionConfig* config,
|
| + scoped_ptr<Authenticator> authenticator,
|
| + scoped_ptr<CandidateSessionConfig> config,
|
| const StateChangeCallback& state_change_callback);
|
|
|
| // Handler for session-initiate response.
|
|
|