Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chromeos/dbus/experimental_bluetooth_profile_manager_client.cc

Issue 14163005: Bluetooth: pass path to path, not an interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/experimental_bluetooth_agent_manager_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chromeos/dbus/experimental_bluetooth_agent_manager_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698