Chromium Code Reviews| Index: device/bluetooth/dbus/bluetooth_device_client.cc |
| diff --git a/device/bluetooth/dbus/bluetooth_device_client.cc b/device/bluetooth/dbus/bluetooth_device_client.cc |
| index cfc7e30c124e041842b7d10ad870acffc224fecf..92ae07a6c0010e588fd68fa42a18da7b8b61a632 100644 |
| --- a/device/bluetooth/dbus/bluetooth_device_client.cc |
| +++ b/device/bluetooth/dbus/bluetooth_device_client.cc |
| @@ -4,6 +4,9 @@ |
| #include "device/bluetooth/dbus/bluetooth_device_client.h" |
| +#include <memory> |
| +#include <utility> |
| + |
| #include "base/bind.h" |
| #include "base/logging.h" |
| #include "base/macros.h" |
| @@ -201,6 +204,7 @@ BluetoothDeviceClient::Properties::Properties( |
| RegisterProperty(bluetooth_device::kTxPowerProperty, &tx_power); |
| RegisterProperty(bluetooth_device::kServicesResolvedProperty, |
| &services_resolved); |
| + RegisterProperty(bluetooth_device::kServiceDataProperty, &service_data); |
|
ortuno
2016/10/05 06:27:10
nit: move this before the services resolved proper
puthik_chromium
2016/10/06 01:49:56
Done.
|
| } |
| BluetoothDeviceClient::Properties::~Properties() {} |