Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / pairing_registry_delegate_linux.cc
index 755c910..5082317 100644 (file)
@@ -157,8 +157,7 @@ void PairingRegistryDelegateLinux::SetRegistryPathForTesting(
 
 
 scoped_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
-  return scoped_ptr<PairingRegistry::Delegate>(
-      new PairingRegistryDelegateLinux());
+  return make_scoped_ptr(new PairingRegistryDelegateLinux());
 }
 
 }  // namespace remoting