| Index: device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm
|
| diff --git a/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm b/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm
|
| index 3a2f6152cc760c43c3c70542fa6d4aa04a1216fe..1e0d82b45d996a16a8d8085569e8c127c3386cdf 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm
|
| @@ -48,11 +48,11 @@ using base::scoped_nsobject;
|
| }
|
|
|
| - (CBUUID*)UUID {
|
| - return _UUID.get();
|
| + return _UUID;
|
| }
|
|
|
| - (NSData*)value {
|
| - return _value.get();
|
| + return _value;
|
| }
|
|
|
| - (CBDescriptor*)descriptor {
|
|
|