| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc
|
| index 2682f7dfa82c35f0c69a78c72cf884399840090a..ba711b7900b0cc116e57ead38f0c9b3ca9f321d6 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc
|
| @@ -505,7 +505,7 @@ IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, CharacteristicProperties) {
|
| Return(BluetoothGattCharacteristic::kPropertyExtendedProperties))
|
| .WillOnce(Return(BluetoothGattCharacteristic::kPropertyReliableWrite))
|
| .WillOnce(
|
| - Return(BluetoothGattCharacteristic::kPropertyWriteableAuxiliaries))
|
| + Return(BluetoothGattCharacteristic::kPropertyWritableAuxiliaries))
|
| .WillOnce(Return(
|
| BluetoothGattCharacteristic::kPropertyBroadcast |
|
| BluetoothGattCharacteristic::kPropertyRead |
|
| @@ -516,7 +516,7 @@ IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, CharacteristicProperties) {
|
| BluetoothGattCharacteristic::kPropertyAuthenticatedSignedWrites |
|
| BluetoothGattCharacteristic::kPropertyExtendedProperties |
|
| BluetoothGattCharacteristic::kPropertyReliableWrite |
|
| - BluetoothGattCharacteristic::kPropertyWriteableAuxiliaries));
|
| + BluetoothGattCharacteristic::kPropertyWritableAuxiliaries));
|
|
|
| ExtensionTestMessageListener listener("ready", true);
|
| ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(
|
|
|