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