| Index: device/bluetooth/bluetooth_adapter_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| index fccf740b447f67331ba952e7cd0bb69ab8ee84cf..a7afdc8a9d250c22fba50467600e1a8c886037e7 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| @@ -194,7 +194,8 @@ class BluetoothAdapterChromeOS
|
|
|
| // Called by dbus:: on completion of the D-Bus method call to start discovery.
|
| void OnStartDiscovery(const base::Closure& callback);
|
| - void OnStartDiscoveryError(const ErrorCallback& error_callback,
|
| + void OnStartDiscoveryError(const base::Closure& callback,
|
| + const ErrorCallback& error_callback,
|
| const std::string& error_name,
|
| const std::string& error_message);
|
|
|
|
|