| Index: chrome/browser/ui/android/bluetooth_chooser_android.h
|
| diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.h b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| index 13ab583afe3b03c4958cf8598ff61039c626481f..c31052247864ca8dd339be704b18c3533b4e2f21 100644
|
| --- a/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| +++ b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| @@ -31,7 +31,7 @@ class BluetoothChooserAndroid : 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;
|
|
|
| // Report the dialog's result.
|
|
|