Index: device/bluetooth/dbus/fake_bluetooth_device_client.cc |
diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.cc b/device/bluetooth/dbus/fake_bluetooth_device_client.cc |
index 83d31dd43c808f725f25435dfa22f17ac4666321..e6c137bbac209a8b18b6e348a09075edaa8d14ea 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.cc |
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.cc |
@@ -1000,7 +1000,7 @@ void FakeBluetoothDeviceClient::RemoveDevice( |
// Remove the Input interface if it exists. This should be called before the |
// BluetoothDeviceClient::Observer::DeviceRemoved because it deletes the |
- // BluetoothDeviceChromeOS object, including the device_path referenced here. |
+ // BluetoothDeviceBlueZ object, including the device_path referenced here. |
FakeBluetoothInputClient* fake_bluetooth_input_client = |
static_cast<FakeBluetoothInputClient*>( |
bluez::BluezDBusManager::Get()->GetBluetoothInputClient()); |