summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_gatt_characteristic.cc
diff options
context:
space:
mode:
authorarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 23:07:12 +0000
committerarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 23:07:12 +0000
commitc55460a56387896a09df52ea706035a943705c8d (patch)
treeca8a3f663a7b719e3f449cbbdadfffcc15fa8a29 /device/bluetooth/bluetooth_gatt_characteristic.cc
parent14bf3a2fa08e74d89618d050bcb22871ac39be56 (diff)
downloadchromium_src-c55460a56387896a09df52ea706035a943705c8d.zip
chromium_src-c55460a56387896a09df52ea706035a943705c8d.tar.gz
chromium_src-c55460a56387896a09df52ea706035a943705c8d.tar.bz2
device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID
Moved bluetooth_utils::UUID into its own file called bluetooth_uuid.h/cc as class BluetoothUUID. This effectively removes the usage of bluetooth_utils::CanonicalUuid BUG=358874 TEST=device_unittests, browser_tests Review URL: https://codereview.chromium.org/220323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_gatt_characteristic.cc')
-rw-r--r--device/bluetooth/bluetooth_gatt_characteristic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.cc b/device/bluetooth/bluetooth_gatt_characteristic.cc
index 49fd3b3..47182a5 100644
--- a/device/bluetooth/bluetooth_gatt_characteristic.cc
+++ b/device/bluetooth/bluetooth_gatt_characteristic.cc
@@ -16,7 +16,7 @@ BluetoothGattCharacteristic::~BluetoothGattCharacteristic() {
// static
BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
- const bluetooth_utils::UUID& uuid,
+ const BluetoothUUID& uuid,
const std::vector<uint8>& value,
Properties properties,
Permissions permissions) {