| 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 a87c5377a9d39e0cc86469c882cef6e5080d0e91..fe2167d80141459dfd65a757856a545aed7d1530 100644
|
| --- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js
|
| +++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js
|
| @@ -41,7 +41,7 @@ cr.define('bluetooth_internals', function() {
|
| },
|
| };
|
|
|
| - /** @type {!Map<string, !interfaces.BluetoothDevice.Device.proxyClass>} */
|
| + /** @type {!Map<string, !interfaces.BluetoothDevice.DevicePtr>} */
|
| var deviceAddressToProxy = new Map();
|
|
|
| /** @type {!device_collection.DeviceCollection} */
|
|
|