Index: content/common/bluetooth/bluetooth_device_id.mojom |
diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom b/content/common/bluetooth/bluetooth_device_id.mojom |
similarity index 70% |
copy from device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
copy to content/common/bluetooth/bluetooth_device_id.mojom |
index 94ac31fcf3a8961333938e9204a6ff5901769e21..0b1d75c9d303c90bcf78d8b43b36719cbecd5f40 100644 |
--- a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
+++ b/content/common/bluetooth/bluetooth_device_id.mojom |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module device.mojom; |
+module content.mojom; |
-struct BluetoothUUID { |
- string uuid; |
+struct BluetoothDeviceId { |
+ string device_id; |
}; |