summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_adapter_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/bluetooth_adapter_client.h')
-rw-r--r--chromeos/dbus/bluetooth_adapter_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/bluetooth_adapter_client.h b/chromeos/dbus/bluetooth_adapter_client.h
index 739551a..1e85c95 100644
--- a/chromeos/dbus/bluetooth_adapter_client.h
+++ b/chromeos/dbus/bluetooth_adapter_client.h
@@ -79,7 +79,7 @@ class CHROMEOS_EXPORT BluetoothAdapterClient {
dbus::Property<std::vector<std::string> > uuids;
Properties(dbus::ObjectProxy* object_proxy,
- PropertyChangedCallback callback);
+ const PropertyChangedCallback& callback);
virtual ~Properties();
};