| Index: device/bluetooth/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_device_bluez.h b/device/bluetooth/bluetooth_device_bluez.h
|
| index 7647af6d1df585ff6834dab0be7f1adf653362d4..ee9448f684e3731188ab3114d6d5dafce0f2a5db 100644
|
| --- a/device/bluetooth/bluetooth_device_bluez.h
|
| +++ b/device/bluetooth/bluetooth_device_bluez.h
|
| @@ -29,8 +29,8 @@ namespace bluez {
|
| class BluetoothAdapterBlueZ;
|
| class BluetoothPairingBlueZ;
|
|
|
| -// The BluetoothDeviceBlueZ class implements BluetoothDevice for the
|
| -// Chrome OS platform.
|
| +// The BluetoothDeviceBlueZ class implements BluetoothDevice for platforms using
|
| +// BlueZ.
|
| //
|
| // This class is not thread-safe, but is only called from the UI thread.
|
| //
|
|
|