Index: chromeos/dbus/experimental_bluetooth_profile_manager_client.cc |
diff --git a/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc b/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc |
index dab9d9389f91f5f3cd96221c8e2b84c9386c3e24..84b4f06a04cf88608e2711bf26ef306923c8b7ee 100644 |
--- a/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc |
+++ b/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc |
@@ -41,7 +41,7 @@ class ExperimentalBluetoothProfileManagerClientImpl |
object_proxy_ = bus_->GetObjectProxy( |
bluetooth_profile_manager::kBluetoothProfileManagerServiceName, |
dbus::ObjectPath( |
- bluetooth_profile_manager::kExperimentalBluetoothProfileManagerInterface)); |
+ bluetooth_profile_manager::kBluetoothProfileManagerServicePath)); |
} |
virtual ~ExperimentalBluetoothProfileManagerClientImpl() { |