| Index: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| index a91c1ce1fa298df5e3657acb194deeab67ad1330..c4b8ac31d0c8a06a2981729a88d49e20293b3b77 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| @@ -66,7 +66,7 @@ class LayoutTestBluetoothChooserFactory::Chooser : public BluetoothChooser {
|
| const base::string16& device_name,
|
| bool is_gatt_connected,
|
| bool is_paired,
|
| - const int8_t* rssi) override {
|
| + int signal_strength_level) override {
|
| CheckFactory();
|
| std::string event = "add-device(";
|
| event += base::UTF16ToUTF8(device_name);
|
|
|