Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / common / api / bluetooth / bluetooth_manifest_permission.cc
index 0397c41..d56d2c1 100644 (file)
@@ -155,7 +155,7 @@ scoped_ptr<base::Value> BluetoothManifestPermission::ToValue() const {
   core_api::extensions_manifest_types::Bluetooth bluetooth;
   bluetooth.uuids.reset(new std::vector<std::string>(uuids_.begin(),
                                                      uuids_.end()));
-  return bluetooth.ToValue().PassAs<base::Value>();
+  return bluetooth.ToValue().Pass();
 }
 
 ManifestPermission* BluetoothManifestPermission::Diff(