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 57ccefccee7e0d9da484c89e2cdbb1df6fb01d1a..452b6e9e2cae60490c2ea3532d62d8d12b3f4a30 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 |
@@ -663,7 +663,8 @@ class LayoutTestBluetoothAdapterProvider { |
// Stops calling GattCharacteristicValueChanged and runs callback. |
static std::unique_ptr< |
testing::NiceMock<device::MockBluetoothGattNotifySession>> |
- GetBaseGATTNotifySession(const std::string& characteristic_identifier); |
+ GetBaseGATTNotifySession( |
+ base::WeakPtr<device::BluetoothRemoteGattCharacteristic> characteristic); |
// Helper functions: |