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

Unified Diff: content/common/bluetooth/web_bluetooth_device_id_struct_traits.h

Issue 2253293002: Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@91_extra
Patch Set: rebase Created 4 years, 4 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/common/bluetooth/web_bluetooth_device_id_struct_traits.h
diff --git a/content/common/bluetooth/web_bluetooth_device_id_struct_traits.h b/content/common/bluetooth/web_bluetooth_device_id_struct_traits.h
index 82fa21b4696cd400509448f19d783edcfec5302b..08b9f11edbffee8ff4fc02ad3fb204e9def0bfb5 100644
--- a/content/common/bluetooth/web_bluetooth_device_id_struct_traits.h
+++ b/content/common/bluetooth/web_bluetooth_device_id_struct_traits.h
@@ -13,7 +13,7 @@
namespace mojo {
template <>
-struct StructTraits<blink::mojom::WebBluetoothDeviceId,
+struct StructTraits<blink::mojom::WebBluetoothDeviceIdDataView,
content::WebBluetoothDeviceId> {
static const std::string& device_id(
const content::WebBluetoothDeviceId& device_id) {

Powered by Google App Engine
This is Rietveld 408576698