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

Unified Diff: chromeos/dbus/bluetooth_property.h

Issue 10024054: chromeos: Convert D-Bus client classes' callback arguments to const reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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/cashew_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/bluetooth_property.h
diff --git a/chromeos/dbus/bluetooth_property.h b/chromeos/dbus/bluetooth_property.h
index ccfbff122b7ccb300161b1f426d0a144e921f880..20050c95f9c887c0879be8e3a19ebd7920ca5f47 100644
--- a/chromeos/dbus/bluetooth_property.h
+++ b/chromeos/dbus/bluetooth_property.h
@@ -23,7 +23,7 @@ class BluetoothPropertySet : public dbus::PropertySet {
public:
BluetoothPropertySet(dbus::ObjectProxy* object_proxy,
const std::string& interface,
- PropertyChangedCallback callback)
+ const PropertyChangedCallback& callback)
: dbus::PropertySet(object_proxy, interface, callback) {}
// dbus::PropertySet override.
« no previous file with comments | « no previous file | chromeos/dbus/cashew_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698