Index: device/bluetooth/test/mock_bluetooth_device.h |
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h |
index f6e79ec5309353508ce49753971546b59a9ab62e..2333339c588b8ad7ca2daedd98664f7231c29ad5 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -49,8 +49,8 @@ class MockBluetoothDevice : public BluetoothDevice { |
MOCK_CONST_METHOD0(IsConnectable, bool()); |
MOCK_CONST_METHOD0(IsConnecting, bool()); |
MOCK_CONST_METHOD0(GetUUIDs, UUIDList()); |
- MOCK_CONST_METHOD0(GetInquiryRSSI, int16_t()); |
- MOCK_CONST_METHOD0(GetInquiryTxPower, int16_t()); |
+ MOCK_CONST_METHOD0(GetInquiryRSSI, int8_t()); |
+ MOCK_CONST_METHOD0(GetInquiryTxPower, int8_t()); |
MOCK_CONST_METHOD0(ExpectingPinCode, bool()); |
MOCK_CONST_METHOD0(ExpectingPasskey, bool()); |
MOCK_CONST_METHOD0(ExpectingConfirmation, bool()); |