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

Unified Diff: components/arc/common/bluetooth.mojom

Issue 2577563002: Add struct traits for base::Value. (Closed)
Patch Set: rebase Created 4 years 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
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | components/safe_json/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/bluetooth.mojom
diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
index 370c352248c30c747aacc1ee595808f3e27ab433..b687ec97ffc75ee155968d0c28c63e08b7e2cb5d 100644
--- a/components/arc/common/bluetooth.mojom
+++ b/components/arc/common/bluetooth.mojom
@@ -272,7 +272,7 @@ enum BluetoothSdpAttributeType {
struct BluetoothSdpAttribute {
BluetoothSdpAttributeType type;
uint32 type_size;
- mojo.common.mojom.ListValue value;
+ mojo.common.mojom.LegacyListValue value;
array<BluetoothSdpAttribute> sequence;
};
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | components/safe_json/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698