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 09fb5e08df31a71f61ec19c6bd9c9c443ce37249..682e2a3f6d2cf59d96ea3521cb136a15cfe93481 100644 |
--- a/content/renderer/bluetooth/web_bluetooth_impl.h |
+++ b/content/renderer/bluetooth/web_bluetooth_impl.h |
@@ -80,7 +80,7 @@ class CONTENT_EXPORT WebBluetoothImpl |
private: |
void OnWriteValueComplete( |
const blink::WebVector<uint8_t>& value, |
- scoped_ptr<blink::WebBluetoothWriteValueCallbacks> callbacks, |
+ std::unique_ptr<blink::WebBluetoothWriteValueCallbacks> callbacks, |
blink::mojom::WebBluetoothError error); |
BluetoothDispatcher* GetDispatcher(); |