| Index: remoting/host/pairing_registry_delegate_mac.cc
|
| diff --git a/remoting/host/pairing_registry_delegate_mac.cc b/remoting/host/pairing_registry_delegate_mac.cc
|
| index dba3ec33f1716f0cc67268d571d4a0f679d3e28b..ef3173a0d1aa421d37237bf37bfb0b671bdd94c4 100644
|
| --- a/remoting/host/pairing_registry_delegate_mac.cc
|
| +++ b/remoting/host/pairing_registry_delegate_mac.cc
|
| @@ -11,7 +11,7 @@ namespace remoting {
|
| using protocol::PairingRegistry;
|
|
|
| scoped_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
|
| - return scoped_ptr<PairingRegistry::Delegate>();
|
| + return nullptr;
|
| }
|
|
|
| } // namespace remoting
|
|
|