| Index: remoting/host/pairing_registry_delegate.h
|
| diff --git a/remoting/host/pairing_registry_delegate.h b/remoting/host/pairing_registry_delegate.h
|
| index b25836eefc381e55fff6df71339b9b03b1a820a6..a5e96b93d39579e1279942810ec3ce26214b2eac 100644
|
| --- a/remoting/host/pairing_registry_delegate.h
|
| +++ b/remoting/host/pairing_registry_delegate.h
|
| @@ -15,7 +15,7 @@ class SingleThreadTaskRunner;
|
|
|
| namespace remoting {
|
| // Returns a platform-specific pairing registry delegate that will save to
|
| -// permanent storage. Returns NULL on platforms that don't support pairing.
|
| +// permanent storage. Returns nullptr on platforms that don't support pairing.
|
| scoped_ptr<protocol::PairingRegistry::Delegate>
|
| CreatePairingRegistryDelegate();
|
|
|
|
|