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. |