summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc
diff options
context:
space:
mode:
authorjamuraa <jamuraa@chromium.org>2014-10-13 12:51:24 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-13 19:52:00 +0000
commitbc2ad7606ae6fcd2d83f30154ea623cedc747cfc (patch)
tree9ede4b98189d53bffed36852778a3e735fbcdd95 /device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc
parent45bf27b1fad3672ac636a57298df085b9d9423a3 (diff)
downloadchromium_src-bc2ad7606ae6fcd2d83f30154ea623cedc747cfc.zip
chromium_src-bc2ad7606ae6fcd2d83f30154ea623cedc747cfc.tar.gz
chromium_src-bc2ad7606ae6fcd2d83f30154ea623cedc747cfc.tar.bz2
Update constants to MACRO_STYLE
BUG=418696 Review URL: https://codereview.chromium.org/643213002 Cr-Commit-Position: refs/heads/master@{#299349}
Diffstat (limited to 'device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc')
-rw-r--r--device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc b/device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc
index c4f19a8..82a7f66 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(