Index: device/bluetooth/bluetooth_l2cap_channel_mac.mm |
diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.mm b/device/bluetooth/bluetooth_l2cap_channel_mac.mm |
index 218721c3f83f51815230efc668bd2931851a60a5..b136d27f2f4470c5b5e72e25e682d2d8840573d5 100644 |
--- a/device/bluetooth/bluetooth_l2cap_channel_mac.mm |
+++ b/device/bluetooth/bluetooth_l2cap_channel_mac.mm |
@@ -99,7 +99,7 @@ scoped_ptr<BluetoothL2capChannelMac> BluetoothL2capChannelMac::OpenAsync( |
else |
channel.reset(); |
- return channel.Pass(); |
+ return channel; |
} |
void BluetoothL2capChannelMac::SetSocket(BluetoothSocketMac* socket) { |