Index: device/bluetooth/test/mock_bluetooth_cbservice_mac.mm |
diff --git a/device/bluetooth/test/mock_bluetooth_cbservice_mac.mm b/device/bluetooth/test/mock_bluetooth_cbservice_mac.mm |
index 4e06976fdb7707782d6708ce8a7cdde01f75a3c8..e82527d477bb7fa2879b214fa7d8d8c4be4aca55 100644 |
--- a/device/bluetooth/test/mock_bluetooth_cbservice_mac.mm |
+++ b/device/bluetooth/test/mock_bluetooth_cbservice_mac.mm |
@@ -65,8 +65,9 @@ using base::scoped_nsobject; |
- (void)addCharacteristicWithUUID:(CBUUID*)cb_uuid properties:(int)properties { |
scoped_nsobject<MockCBCharacteristic> characteristic_mock( |
- [[MockCBCharacteristic alloc] initWithCBUUID:cb_uuid |
- properties:properties]); |
+ [[MockCBCharacteristic alloc] initWithService:self.service |
+ CBUUID:cb_uuid |
+ properties:properties]); |
[_characteristics.get() addObject:characteristic_mock]; |
} |