Index: device/bluetooth/dbus/bluez_dbus_manager.h |
diff --git a/device/bluetooth/dbus/bluez_dbus_manager.h b/device/bluetooth/dbus/bluez_dbus_manager.h |
index 6f75f96fbc908b446bbaefd06f5614522cb53743..d59dddba2852cf87dbaa1ca4ca4d94a4e941fc11 100644 |
--- a/device/bluetooth/dbus/bluez_dbus_manager.h |
+++ b/device/bluetooth/dbus/bluez_dbus_manager.h |
@@ -56,7 +56,7 @@ class DEVICE_BLUETOOTH_EXPORT BluezDBusManager { |
// We explicitly initialize and shut down the global object, rather than |
// making it a Singleton, to ensure clean startup and shutdown. |
// This will initialize real or stub DBusClients depending on command-line |
- // arguments and whether this process runs in a ChromeOS environment. |
+ // arguments and whether this process runs in a real or test environment. |
static void Initialize(dbus::Bus* bus, bool use_dbus_stub); |
// Returns a BluezDBusManagerSetter instance that allows tests to |