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 332b2a039a98bbf158fa5511d5309f86d7115d88..b0fc9659edc2ef19a5518400d735d9ebf673bdf2 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -45,7 +45,7 @@ class MockBluetoothDevice : public BluetoothDevice { |
MOCK_CONST_METHOD0(GetAppearance, uint16_t()); |
MOCK_CONST_METHOD0(GetName, base::Optional<std::string>()); |
MOCK_CONST_METHOD0(GetNameForDisplay, base::string16()); |
- MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType()); |
+ MOCK_CONST_METHOD0(GetDeviceType, BluetoothDeviceType()); |
MOCK_CONST_METHOD0(IsPaired, bool()); |
MOCK_CONST_METHOD0(IsConnected, bool()); |
MOCK_CONST_METHOD0(IsGattConnected, bool()); |