Index: device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
diff --git a/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc b/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
index 5d012cd6df6de27cf914b4a6fc5cdf631dcfd378..b2147d958144c4512e938b30708f788aa779212b 100644 |
--- a/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
+++ b/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
@@ -29,7 +29,7 @@ MockBluetoothGattCharacteristic::MockBluetoothGattCharacteristic( |
ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); |
ON_CALL(*this, IsNotifying()).WillByDefault(Return(false)); |
ON_CALL(*this, GetDescriptors()) |
- .WillByDefault(Return(std::vector<BluetoothGattDescriptor*>())); |
+ .WillByDefault(Return(std::vector<BluetoothRemoteGattDescriptor*>())); |
} |
MockBluetoothGattCharacteristic::~MockBluetoothGattCharacteristic() { |