| Index: remoting/host/pairing_registry_delegate_linux.cc
|
| diff --git a/remoting/host/pairing_registry_delegate_linux.cc b/remoting/host/pairing_registry_delegate_linux.cc
|
| index 53eaf77c539cfea935d32bcc5f703a2d7fa828de..3cae6f7570a003052c572a4399f7d66aa7bc3dd0 100644
|
| --- a/remoting/host/pairing_registry_delegate_linux.cc
|
| +++ b/remoting/host/pairing_registry_delegate_linux.cc
|
| @@ -159,7 +159,7 @@ void PairingRegistryDelegateLinux::SetRegistryPathForTesting(
|
| }
|
|
|
| std::unique_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
|
| - return base::WrapUnique(new PairingRegistryDelegateLinux());
|
| + return base::MakeUnique<PairingRegistryDelegateLinux>();
|
| }
|
|
|
| } // namespace remoting
|
|
|