| Index: device/bluetooth/bluetooth_socket_mac.h
|
| diff --git a/device/bluetooth/bluetooth_socket_mac.h b/device/bluetooth/bluetooth_socket_mac.h
|
| index a1f4367478c01c2f08e6ebfa0736afa57559aaad..43c0e3abadc4173eafb8f5cdff9e7b50e15349aa 100644
|
| --- a/device/bluetooth/bluetooth_socket_mac.h
|
| +++ b/device/bluetooth/bluetooth_socket_mac.h
|
| @@ -173,9 +173,9 @@ class BluetoothSocketMac : public BluetoothSocket {
|
| base::scoped_nsobject<BluetoothL2capConnectionListener>
|
| l2cap_connection_listener_;
|
|
|
| - // A handle to the service record registered in the system SDP server.
|
| - // Used to eventually unregister the service.
|
| - BluetoothSDPServiceRecordHandle service_record_handle_;
|
| + // The service record registered in the system SDP server, used to
|
| + // eventually unregister the service.
|
| + base::scoped_nsobject<IOBluetoothSDPServiceRecord> service_record_;
|
|
|
| // The channel used to issue commands.
|
| std::unique_ptr<BluetoothChannelMac> channel_;
|
|
|