| Index: device/bluetooth/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_device_bluez.h b/device/bluetooth/bluetooth_device_bluez.h
|
| index 4b15aea641dfaacdd040d9f5d40f098573fccc2d..9d0794fd02559ec260e99b8fb47cb21f48967bde 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.
|
| //
|
|
|