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

Unified Diff: content/common/bluetooth/web_bluetooth_device_id.cc

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: address comments Created 4 years, 1 month 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/common/bluetooth/web_bluetooth_device_id.cc
diff --git a/content/common/bluetooth/web_bluetooth_device_id.cc b/content/common/bluetooth/web_bluetooth_device_id.cc
index 823ed0fd979cd6736a587d525848457153e084b2..7a34287a1fffd1dd20adc2d7287f10860a212004 100644
--- a/content/common/bluetooth/web_bluetooth_device_id.cc
+++ b/content/common/bluetooth/web_bluetooth_device_id.cc
@@ -79,9 +79,4 @@ bool WebBluetoothDeviceId::operator!=(
return !(*this == device_id);
}
-std::ostream& operator<<(std::ostream& out,
- const WebBluetoothDeviceId& device_id) {
- return out << device_id.str();
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698