| Index: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| diff --git a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| index cf84e960bc24c0663ead26c7545fa3a9d54a2dd4..2c7601dd513a0d75866e9f13b79a7f43704553f3 100644
|
| --- a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "components/cryptauth/cryptauth_test_util.h"
|
| #include "components/cryptauth/remote_device.h"
|
| #include "components/cryptauth/wire_message.h"
|
| +#include "components/proximity_auth/logging/logging.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/test/mock_bluetooth_adapter.h"
|
| #include "device/bluetooth/test/mock_bluetooth_device.h"
|
| @@ -638,6 +639,8 @@ class CryptAuthBluetoothLowEnergyWeaveClientConnectionTest
|
| base::Closure write_remote_characteristic_success_callback_;
|
| device::BluetoothRemoteGattCharacteristic::ErrorCallback
|
| write_remote_characteristic_error_callback_;
|
| +
|
| + proximity_auth::ScopedDisableLoggingForTesting disable_logging_;
|
| };
|
|
|
| TEST_F(CryptAuthBluetoothLowEnergyWeaveClientConnectionTest,
|
|
|