| Index: device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.h b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| index 282e87c602dfcc9de7c5b6f1757191bc4d0b188f..17bbb61631fa2c9c2b019d9d5e76920f464b9a50 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| @@ -180,6 +180,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
|
| // we can emulate.
|
| static const char kPairedDevicePath[];
|
| static const char kPairedDeviceName[];
|
| + static const char kPairedDeviceAlias[];
|
| static const char kPairedDeviceAddress[];
|
| static const uint32_t kPairedDeviceClass;
|
|
|
| @@ -245,6 +246,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
|
|
|
| static const char kPairedUnconnectableDevicePath[];
|
| static const char kPairedUnconnectableDeviceName[];
|
| + static const char kPairedUnconnectableDeviceAlias[];
|
| static const char kPairedUnconnectableDeviceAddress[];
|
| static const uint32_t kPairedUnconnectableDeviceClass;
|
|
|
|
|