| Index: chrome/common/extensions/api/bluetooth_low_energy.idl
|
| diff --git a/chrome/common/extensions/api/bluetooth_low_energy.idl b/chrome/common/extensions/api/bluetooth_low_energy.idl
|
| index 74204f8cbe117c0c92fa13e7f50ce9fd1d7fd99f..2fd511dc54e4ecf9d1d929f094052f7b4e6a8def 100644
|
| --- a/chrome/common/extensions/api/bluetooth_low_energy.idl
|
| +++ b/chrome/common/extensions/api/bluetooth_low_energy.idl
|
| @@ -6,7 +6,7 @@
|
| // Bluetooth Smart (Low Energy) devices using the
|
| // <a href="https://developer.bluetooth.org/TechnologyOverview/Pages/GATT.aspx">
|
| // Generic Attribute Profile (GATT)</a>.
|
| -[use_movable_types=true] namespace bluetoothLowEnergy {
|
| +namespace bluetoothLowEnergy {
|
| // Values representing the possible properties of a characteristic.
|
| enum CharacteristicProperty {broadcast, read, writeWithoutResponse, write,
|
| notify, indicate, authenticatedSignedWrites,
|
|
|