| Index: extensions/common/api/bluetooth_socket.idl
|
| diff --git a/extensions/common/api/bluetooth_socket.idl b/extensions/common/api/bluetooth_socket.idl
|
| index cb95c02adc8c7763e0eca437131d4816bde29b8e..a373ccbe18729d0adbd65c551ee5d86a8af7b3da 100644
|
| --- a/extensions/common/api/bluetooth_socket.idl
|
| +++ b/extensions/common/api/bluetooth_socket.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use the <code>chrome.bluetoothSocket</code> API to send and receive data
|
| // to Bluetooth devices using RFCOMM and L2CAP connections.
|
| -namespace bluetoothSocket {
|
| +[use_movable_types=true] namespace bluetoothSocket {
|
| // The socket properties specified in the $ref:create or $ref:update
|
| // function. Each property is optional. If a property value is not specified,
|
| // a default value is used when calling $ref:create, or the existing value is
|
|
|