Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1212)

Unified Diff: content/renderer/bluetooth/web_bluetooth_impl.h

Issue 1873783003: Convert //content/renderer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/renderer/bluetooth/bluetooth_dispatcher.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698