| Index: content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
|
| index d888d18414b35be353950dd630ae27880e5ef61a..57c339d2327f5059b9dd81e6524e07ba3cd2cda3 100644
|
| --- a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
|
| @@ -51,7 +51,7 @@ void LayoutTestFirstDeviceBluetoothChooser::AddOrUpdateDevice(
|
| const base::string16& deviceName,
|
| bool is_gatt_connected,
|
| bool is_paired,
|
| - const int8_t* rssi) {
|
| + int signal_strength_level) {
|
| event_handler_.Run(Event::SELECTED, device_id);
|
| }
|
|
|
|
|