| Index: device/bluetooth/bluetooth_service_record_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_service_record_chromeos.h b/device/bluetooth/bluetooth_service_record_chromeos.h
|
| index cc60fe459d5c2e4834a59f0060d998818a49c0b8..5d0ce9bf29f49f24f472352c06bab01150a64e7d 100644
|
| --- a/device/bluetooth/bluetooth_service_record_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_service_record_chromeos.h
|
| @@ -26,8 +26,8 @@ class BluetoothServiceRecordChromeOS : public device::BluetoothServiceRecord {
|
| void GetBluetoothAddress(bdaddr_t* out_address) const;
|
|
|
| private:
|
| - void ExtractChannels(XmlReader* reader);
|
| - void ExtractUuid(XmlReader* reader);
|
| + void ExtractProtocolDescriptors(XmlReader* reader);
|
| + void ExtractServiceClassUuid(XmlReader* reader);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothServiceRecordChromeOS);
|
| };
|
|
|