Index: content/renderer/bluetooth/web_bluetooth_impl.h |
diff --git a/content/renderer/bluetooth/web_bluetooth_impl.h b/content/renderer/bluetooth/web_bluetooth_impl.h |
index 1f1fd9529f84e0722dda61024e3930a564d77863..a805da634e0413ae62e84119117a2de589b5c64c 100644 |
--- a/content/renderer/bluetooth/web_bluetooth_impl.h |
+++ b/content/renderer/bluetooth/web_bluetooth_impl.h |
@@ -82,7 +82,7 @@ class CONTENT_EXPORT WebBluetoothImpl |
void RemoteCharacteristicValueChanged( |
const mojo::String& characteristic_instance_id, |
mojo::Array<uint8_t> value) override; |
- void GattServerDisconnected(const mojo::String& device_id) override; |
+ void GattServerDisconnected(const BluetoothDeviceId& device_id) override; |
// Callbacks for WebBluetoothService calls: |
void OnRequestDeviceComplete( |