| Index: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| diff --git a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| index 3508121f5afb5f6d01fe5f1b793daf8812cf431f..a4fa499dca958d7585a54fb3aaa91e3132aa78c9 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| @@ -76,7 +76,7 @@ - (BOOL)isMemberOfClass:(Class)aClass {
|
| - (void)setState:(CBPeripheralState)state {
|
| _state = state;
|
| if (_state == CBPeripheralStateDisconnected) {
|
| - _services = nil;
|
| + _services.reset();
|
| }
|
| }
|
|
|
|
|