| Index: content/browser/bluetooth/web_bluetooth_service_impl.h
|
| diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.h b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| index c946d2d057e1c6c8ca14824109364b800bd52e06..2f2de4299ba49b18e38ca1f28599fabdec613287 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| @@ -149,7 +149,7 @@ class CONTENT_EXPORT WebBluetoothServiceImpl
|
| blink::mojom::WebBluetoothRequestDeviceOptionsPtr options,
|
| const std::string& device_id);
|
| void OnGetDeviceFailed(const RequestDeviceCallback& callback,
|
| - blink::mojom::WebBluetoothError error);
|
| + blink::mojom::WebBluetoothResult result);
|
|
|
| // Callbacks for BluetoothDevice::CreateGattConnection.
|
| void OnCreateGATTConnectionSuccess(
|
|
|