Index: chrome/browser/resources/bluetooth_internals/bluetooth_internals.js |
diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js |
index 950d79c47d89d2a87a7b395b1f6bb450cb2cac64..f15709c2216ec40a42db8882d9be92ad3cf5092c 100644 |
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js |
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js |
@@ -39,7 +39,7 @@ |
}, |
}; |
- /** @type {!Map<string, !interfaces.BluetoothDevice.DevicePtr>} */ |
+ /** @type {!Map<string, !interfaces.BluetoothDevice.Device.proxyClass>} */ |
var deviceAddressToProxy = new Map(); |
/** @type {!device_collection.DeviceCollection} */ |