Index: device/bluetooth/mojo/bluetooth_uuid.mojom |
diff --git a/gpu/ipc/common/capabilities.mojom b/device/bluetooth/mojo/bluetooth_uuid.mojom |
similarity index 72% |
copy from gpu/ipc/common/capabilities.mojom |
copy to device/bluetooth/mojo/bluetooth_uuid.mojom |
index fd35409e940e193377d9411c182e99746220f2a7..426e53865ef68198e3485552ba2ef0eac742e9bd 100644 |
--- a/gpu/ipc/common/capabilities.mojom |
+++ b/device/bluetooth/mojo/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; |
Ken Rockot(use gerrit already)
2016/05/26 21:05:07
It seems pointless to make this nullable
ortuno
2016/05/27 14:38:35
Done
|
+}; |