| Index: device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h b/device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h
|
| index 20d63a123f92515ebb4a622f85e3e762ba81cf44..8d0c066442fc932661b7dd5098a6464c8f17083f 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h
|
| @@ -42,7 +42,7 @@ class BluetoothLowEnergyDiscoveryManagerMac {
|
| // Initiates a discovery session.
|
| // BluetoothLowEnergyDeviceMac objects discovered within a previous
|
| // discovery session will be invalid.
|
| - virtual void StartDiscovery(BluetoothDevice::UUIDList services_uuids);
|
| + virtual void StartDiscovery(BluetoothDevice::UUIDList);
|
|
|
| // Stops a discovery session.
|
| virtual void StopDiscovery();
|
|
|