| Index: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| index f82d2b080bdb1ade734b7221e16a898054707ce4..3e8e1ed2ae79f06601d72cc31bb7cb08a7a4629e 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| @@ -36,7 +36,7 @@ class BluetoothTestMac;
|
| - (void)setState:(CBPeripheralState)state;
|
| - (void)removeAllServices;
|
| - (void)addServices:(NSArray*)services;
|
| -- (void)didDiscoverWithError:(NSError*)error;
|
| +- (void)didDiscoverServicesWithError:(NSError*)error;
|
| - (void)removeService:(CBService*)uuid;
|
|
|
| @end
|
|
|