Index: device/bluetooth/bluetooth_socket_thread.h |
diff --git a/device/bluetooth/bluetooth_socket_thread.h b/device/bluetooth/bluetooth_socket_thread.h |
index 244640f766fd1fa5377bff830b8c323c9c7c0fe4..0c7b65cb33e0c9d9de320d3099e763aa564912db 100644 |
--- a/device/bluetooth/bluetooth_socket_thread.h |
+++ b/device/bluetooth/bluetooth_socket_thread.h |
@@ -17,7 +17,7 @@ class Thread; |
namespace device { |
-// Thread abstraction used by |BluetoothSocketChromeOS| and |BluetoothSocketWin| |
+// Thread abstraction used by |BluetoothSocketBlueZ| and |BluetoothSocketWin| |
// to perform IO operations on the underlying platform sockets. An instance of |
// this class can be shared by many active sockets. |
class DEVICE_BLUETOOTH_EXPORT BluetoothSocketThread |