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

Unified Diff: chromeos/dbus/bluetooth_manager_client.h

Issue 10823301: bluetooth: Create stub manager, adapter and device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 4 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/bluetooth_input_client.cc ('k') | chromeos/dbus/bluetooth_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/bluetooth_manager_client.h
diff --git a/chromeos/dbus/bluetooth_manager_client.h b/chromeos/dbus/bluetooth_manager_client.h
index 3d94175787c6118ea801c2aea9551d540e14334d..1d0cde9b4317045a09d3a5b084c7a4073b3c967e 100644
--- a/chromeos/dbus/bluetooth_manager_client.h
+++ b/chromeos/dbus/bluetooth_manager_client.h
@@ -31,7 +31,7 @@ class CHROMEOS_EXPORT BluetoothManagerClient {
dbus::Property<std::vector<dbus::ObjectPath> > adapters;
Properties(dbus::ObjectProxy* object_proxy,
- PropertyChangedCallback callback);
+ const PropertyChangedCallback& callback);
virtual ~Properties();
};
« no previous file with comments | « chromeos/dbus/bluetooth_input_client.cc ('k') | chromeos/dbus/bluetooth_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698