| Index: device/bluetooth/test/mock_bluetooth_device.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
|
| index 0bb0dffde0d1264ae25f5b0729606ff2ac1bffcd..3fbfaadad745a1b4b0ffd9dd5078889e59c2d281 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.cc
|
| @@ -16,7 +16,8 @@ MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
| const std::string& address,
|
| bool paired,
|
| bool connected)
|
| - : bluetooth_class_(bluetooth_class),
|
| + : BluetoothDevice(adapter),
|
| + bluetooth_class_(bluetooth_class),
|
| name_(name),
|
| address_(address) {
|
| ON_CALL(*this, GetBluetoothClass())
|
|
|