| 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 fc4b9c4db08b87456815da74fcf944d4e1cfb5b3..2a867a99aa3e63164bf8b65c9794de95d01a6d36 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm
|
| @@ -96,7 +96,7 @@ using base::scoped_nsobject;
|
| }
|
| }
|
|
|
| -- (void)didDiscoverWithError:(NSError*)error {
|
| +- (void)didDiscoverServicesWithError:(NSError*)error {
|
| [_delegate peripheral:self.peripheral didDiscoverServices:error];
|
| }
|
|
|
|
|