| 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 64a995bed93918bb3be5800f1ce9f2bf5e4c7b73..282e87c602dfcc9de7c5b6f1757191bc4d0b188f 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| @@ -253,11 +253,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,
|
|
|