| Index: chromeos/dbus/bluetooth_node_client.h
|
| diff --git a/chromeos/dbus/bluetooth_node_client.h b/chromeos/dbus/bluetooth_node_client.h
|
| index f99d17f5cad2e79a33767191524bf5537dc3461b..3b4629f7d4962af5159c905bcc943d4d02d3017c 100644
|
| --- a/chromeos/dbus/bluetooth_node_client.h
|
| +++ b/chromeos/dbus/bluetooth_node_client.h
|
| @@ -32,10 +32,10 @@ class CHROMEOS_EXPORT BluetoothNodeClient {
|
| // Structure of properties associated with persistent device nodes.
|
| struct Properties : public BluetoothPropertySet {
|
| // The name of the device node under /dev. Read-only.
|
| - BluetoothProperty<std::string> name;
|
| + dbus::Property<std::string> name;
|
|
|
| // Object path of the device the node binding belongs to. Read-only.
|
| - BluetoothProperty<dbus::ObjectPath> device;
|
| + dbus::Property<dbus::ObjectPath> device;
|
|
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| PropertyChangedCallback callback);
|
|
|