summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/dbus/fake_bluetooth_device_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/dbus/fake_bluetooth_device_client.cc')
-rw-r--r--device/bluetooth/dbus/fake_bluetooth_device_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.cc b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
index 4af707e..5dd589b 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
@@ -959,7 +959,7 @@ void FakeBluetoothDeviceClient::RemoveDevice(
// Remove the Input interface if it exists. This should be called before the
// BluetoothDeviceClient::Observer::DeviceRemoved because it deletes the
- // BluetoothDeviceBlueZ object, including the device_path referenced here.
+ // BluetoothDeviceChromeOS object, including the device_path referenced here.
FakeBluetoothInputClient* fake_bluetooth_input_client =
static_cast<FakeBluetoothInputClient*>(
bluez::BluezDBusManager::Get()->GetBluetoothInputClient());