| Index: remoting/protocol/me2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.h b/remoting/protocol/me2me_host_authenticator_factory.h
|
| index dfbccde8e2ce06c5f4721efe85798ae2fbf75d48..e20cea6f10cb4937b5fead68cbd111f65f6df48f 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -29,7 +29,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| virtual ~Me2MeHostAuthenticatorFactory();
|
|
|
| // AuthenticatorFactory interface.
|
| - virtual Authenticator* CreateAuthenticator(
|
| + virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) OVERRIDE;
|
|
|
|
|