Index: content/renderer/bluetooth/web_bluetooth_impl.cc |
diff --git a/content/renderer/bluetooth/web_bluetooth_impl.cc b/content/renderer/bluetooth/web_bluetooth_impl.cc |
index ec557d632c6fb3cfb12db623882b801e6d0de915..c518ef6720c4f7172be312ab724807fe63a2881d 100644 |
--- a/content/renderer/bluetooth/web_bluetooth_impl.cc |
+++ b/content/renderer/bluetooth/web_bluetooth_impl.cc |
@@ -316,7 +316,8 @@ void WebBluetoothImpl::DispatchCharacteristicValueChanged( |
blink::mojom::WebBluetoothService& WebBluetoothImpl::GetWebBluetoothService() { |
if (!web_bluetooth_service_) { |
- remote_interfaces_->GetInterface(mojo::GetProxy(&web_bluetooth_service_)); |
+ remote_interfaces_->GetInterface( |
+ mojo::MakeRequest(&web_bluetooth_service_)); |
// Create an associated interface ptr and pass it to the WebBluetoothService |
// so that it can send us events without us prompting. |
blink::mojom::WebBluetoothServiceClientAssociatedPtrInfo ptr_info; |