| 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 d8f03cf384669055c40eb519cc2e20f0b427e8f6..c94303c17fa8a251ec95f6f741033358e058a535 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| @@ -251,11 +251,6 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
|
| static const char kConnectedTrustedNotPairedDeviceName[];
|
| static const uint32_t kConnectedTrustedNotPairedDeviceClass;
|
|
|
| - static const char kCachedLowEnergyPath[];
|
| - static const char kCachedLowEnergyAddress[];
|
| - static const char kCachedLowEnergyName[];
|
| - static const uint32_t kCachedLowEnergyClass;
|
| -
|
| private:
|
| // Property callback passed when we create Properties* structures.
|
| void OnPropertyChanged(const dbus::ObjectPath& object_path,
|
|
|