| 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 cda098930773468bb19104b1c822a7c0fe03db85..6515ba8e63ff06f4f80d88cf25a0dce2a383f1bd 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -42,7 +42,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| const std::string& local_cert,
|
| scoped_refptr<RsaKeyPair> key_pair,
|
| const std::string& required_client_domain,
|
| - scoped_ptr<TokenValidatorFactory> token_validator_factory);
|
| + scoped_refptr<TokenValidatorFactory> token_validator_factory);
|
|
|
| Me2MeHostAuthenticatorFactory();
|
| ~Me2MeHostAuthenticatorFactory() override;
|
| @@ -64,7 +64,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| std::string pin_hash_;
|
|
|
| // Used only for third party host authenticators.
|
| - scoped_ptr<TokenValidatorFactory> token_validator_factory_;
|
| + scoped_refptr<TokenValidatorFactory> token_validator_factory_;
|
|
|
| // Used only for pairing host authenticators.
|
| scoped_refptr<PairingRegistry> pairing_registry_;
|
|
|