| Index: device/bluetooth/bluetooth_classic_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.mm b/device/bluetooth/bluetooth_classic_device_mac.mm
|
| index df2b4c7fc217255bf2261080340e066508f29a02..e3ceae3b20177fd9f79212ede553aa71bd6ae121 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.mm
|
| @@ -232,7 +232,7 @@ void BluetoothClassicDeviceMac::CreateGattConnection(
|
| error_callback.Run(ERROR_UNSUPPORTED_DEVICE);
|
| }
|
|
|
| -NSDate* BluetoothClassicDeviceMac::GetLastInquiryUpdate() {
|
| +NSDate* BluetoothClassicDeviceMac::GetLastUpdateTime() const {
|
| return [device_ getLastInquiryUpdate];
|
| }
|
|
|
|
|