Index: device/bluetooth/dbus/bluetooth_profile_service_provider.h |
diff --git a/device/bluetooth/dbus/bluetooth_profile_service_provider.h b/device/bluetooth/dbus/bluetooth_profile_service_provider.h |
index f2db22c761504ceaf20b643828027897999026b8..109bcaf6a55173bccff3e1102d3c867cbe2d9976 100644 |
--- a/device/bluetooth/dbus/bluetooth_profile_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_profile_service_provider.h |
@@ -22,10 +22,10 @@ namespace bluez { |
// |
// Instantiate with a chosen D-Bus object path and delegate object, and pass |
// the D-Bus object path as the |agent_path| argument to the |
-// chromeos::BluetoothProfileManagerClient::RegisterProfile() method. |
+// bluez::BluetoothProfileManagerClient::RegisterProfile() method. |
// |
// When an incoming profile connection occurs, or after initiating a connection |
-// using the chromeos::BluetoothDeviceClient::ConnectProfile() method, the |
+// using the bluez::BluetoothDeviceClient::ConnectProfile() method, the |
// Bluetooth daemon will make calls to this profile object and they will be |
// passed on to your Delegate object for handling. Responses should be returned |
// using the callbacks supplied to those methods. |