| 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 362960866c5fc6a079a8aec67f43b24677ddf80c..b46b0967b84be237549c5a418b14908751f269e2 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
|
| @@ -601,7 +601,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:
|
|
|
|
|