Index: device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc b/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc |
index c4f19a86163371131323a387a45c867888eeeef1..82a7f66317a19f9429fc5566d04e9c356ef13f24 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc |
+++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc |
@@ -72,7 +72,7 @@ device::BluetoothGattCharacteristic::Permissions |
BluetoothRemoteGattDescriptorChromeOS::GetPermissions() const { |
// TODO(armansito): Once BlueZ defines the permissions, return the correct |
// values here. |
- return device::BluetoothGattCharacteristic::kPermissionNone; |
+ return device::BluetoothGattCharacteristic::PERMISSION_NONE; |
} |
void BluetoothRemoteGattDescriptorChromeOS::ReadRemoteDescriptor( |