Index: device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
diff --git a/gpu/ipc/common/capabilities.mojom b/device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
similarity index 73% |
copy from gpu/ipc/common/capabilities.mojom |
copy to device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
index fd35409e940e193377d9411c182e99746220f2a7..94ac31fcf3a8961333938e9204a6ff5901769e21 100644 |
--- a/gpu/ipc/common/capabilities.mojom |
+++ b/device/bluetooth/public/interfaces/bluetooth_uuid.mojom |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module gpu.mojom; |
+module device.mojom; |
-[Native] |
-struct Capabilities; |
+struct BluetoothUUID { |
+ string uuid; |
+}; |