| Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| index 5f9123a7ae7bdb924e9af6d33f670de29088ba06..9c1fe1f839ce19f636bd6190dc89d4ad8e781501 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| @@ -34,7 +34,7 @@ class ChromeExtensionBluetoothChooser : public content::BluetoothChooser {
|
| const base::string16& device_name,
|
| bool is_gatt_connected,
|
| bool is_paired,
|
| - const int8_t* rssi) override;
|
| + int signal_strength_level) override;
|
| void RemoveDevice(const std::string& device_id) override;
|
|
|
| private:
|
|
|