Index: device/bluetooth/bluetooth_device.h |
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
index c9aa1ee3e8c2f4d490667591ef9b31e21da021f0..8d76adf98518d2c66334c1f70683226ebb05838f 100644 |
--- a/device/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -47,7 +47,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice { |
enum VendorIDSource { |
VENDOR_ID_UNKNOWN, |
VENDOR_ID_BLUETOOTH, |
- VENDOR_ID_USB |
+ VENDOR_ID_USB, |
+ VENDOR_ID_MAX_VALUE = VENDOR_ID_USB |
}; |
// Possible values that may be returned by GetDeviceType(), representing |