| Index: device/bluetooth/bluez/bluetooth_advertisement_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_advertisement_bluez.h b/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
|
| index 79d683f3813879a74cc6ead654dd9e16a427bc9f..010ed269ebf0b0deaffc0487a627042fffc38624 100644
|
| --- a/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
|
| @@ -38,10 +38,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdvertisementBlueZ
|
| // bluez::BluetoothLEAdvertisementServiceProvider::Delegate overrides:
|
| void Released() override;
|
|
|
| - void Register(
|
| - const base::Closure& success_callback,
|
| - const device::BluetoothAdapter::CreateAdvertisementErrorCallback&
|
| - error_callback);
|
| + void Register(const base::Closure& success_callback,
|
| + const device::BluetoothAdapter::AdvertisementErrorCallback&
|
| + error_callback);
|
|
|
| // Used from tests to be able to trigger events on the fake advertisement
|
| // provider.
|
|
|