| Index: remoting/protocol/negotiating_host_authenticator.h
|
| diff --git a/remoting/protocol/negotiating_host_authenticator.h b/remoting/protocol/negotiating_host_authenticator.h
|
| index 411cdb1ef2278d96d401b60b1569aff5ee457346..16d45e7623c61f6e530681876ec0dd3fced98995 100644
|
| --- a/remoting/protocol/negotiating_host_authenticator.h
|
| +++ b/remoting/protocol/negotiating_host_authenticator.h
|
| @@ -30,7 +30,7 @@ class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {
|
| ~NegotiatingHostAuthenticator() override;
|
|
|
| // Creates a host authenticator, using a fixed shared secret/PIN hash.
|
| - // If |pairing_registry| is non-NULL then the Spake2Pair method will
|
| + // If |pairing_registry| is non-nullptr then the Spake2Pair method will
|
| // be offered, supporting PIN-less authentication.
|
| static scoped_ptr<Authenticator> CreateWithSharedSecret(
|
| const std::string& local_cert,
|
|
|