summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_gatt_connection_bluez.h
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2016-03-09 13:38:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 21:40:08 +0000
commita69b2e6ecb2e136c8eca57176233460a334e20da (patch)
tree6945f16ecffbe27cbb85777a9dda95837c7e4c84 /device/bluetooth/bluetooth_gatt_connection_bluez.h
parente27ff645c0bfb460855b825f08beda583d71a8e5 (diff)
downloadchromium_src-a69b2e6ecb2e136c8eca57176233460a334e20da.zip
chromium_src-a69b2e6ecb2e136c8eca57176233460a334e20da.tar.gz
chromium_src-a69b2e6ecb2e136c8eca57176233460a334e20da.tar.bz2
Review comments from https://codereview.chromium.org/1415573014/
R=ortuno@chromium.org BUG=None Review URL: https://codereview.chromium.org/1472223002 Cr-Commit-Position: refs/heads/master@{#380229}
Diffstat (limited to 'device/bluetooth/bluetooth_gatt_connection_bluez.h')
-rw-r--r--device/bluetooth/bluetooth_gatt_connection_bluez.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_gatt_connection_bluez.h b/device/bluetooth/bluetooth_gatt_connection_bluez.h
index e9bee29..1ea0a32 100644
--- a/device/bluetooth/bluetooth_gatt_connection_bluez.h
+++ b/device/bluetooth/bluetooth_gatt_connection_bluez.h
@@ -22,8 +22,8 @@ class BluetoothAdapter;
namespace bluez {
-// BluetoothGattConnectionBlueZ implements BluetoothGattConnection for the
-// Chrome OS platform.
+// BluetoothGattConnectionBlueZ implements BluetoothGattConnection for
+// platforms that use BlueZ.
class BluetoothGattConnectionBlueZ
: public device::BluetoothGattConnection,
public bluez::BluetoothDeviceClient::Observer {