Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
index 0b960cfe4c732dc89af7b89cc5dca43d9c36ad12..1ab6e0cf601645a42fbd5ea55487707c7faff05c 100644 |
--- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
@@ -700,8 +700,7 @@ |
// Stops calling GattCharacteristicValueChanged and runs callback. |
static std::unique_ptr< |
testing::NiceMock<device::MockBluetoothGattNotifySession>> |
- GetBaseGATTNotifySession( |
- base::WeakPtr<device::BluetoothRemoteGattCharacteristic> characteristic); |
+ GetBaseGATTNotifySession(const std::string& characteristic_identifier); |
// Helper functions: |