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

Unified Diff: chromeos/dbus/experimental_bluetooth_agent_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 | « no previous file | chromeos/dbus/experimental_bluetooth_profile_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/experimental_bluetooth_agent_manager_client.cc
diff --git a/chromeos/dbus/experimental_bluetooth_agent_manager_client.cc b/chromeos/dbus/experimental_bluetooth_agent_manager_client.cc
index 9055b417fc7fe8f7a4741d61de2a03725bd4ecf9..449535748d3c749c00a479075cb93a7c70f7c2a1 100644
--- a/chromeos/dbus/experimental_bluetooth_agent_manager_client.cc
+++ b/chromeos/dbus/experimental_bluetooth_agent_manager_client.cc
@@ -30,7 +30,7 @@ class ExperimentalBluetoothAgentManagerClientImpl
object_proxy_ = bus_->GetObjectProxy(
bluetooth_agent_manager::kBluetoothAgentManagerServiceName,
dbus::ObjectPath(
- bluetooth_agent_manager::kExperimentalBluetoothAgentManagerInterface));
+ bluetooth_agent_manager::kBluetoothAgentManagerServicePath));
}
virtual ~ExperimentalBluetoothAgentManagerClientImpl() {
« no previous file with comments | « no previous file | chromeos/dbus/experimental_bluetooth_profile_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698