Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: chromeos/components/tether/ble_connection_manager_unittest.cc

Issue 2844773002: [ProximityAuth] Remote static initializers from uWeave classes. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/ble_connection_manager_unittest.cc
diff --git a/chromeos/components/tether/ble_connection_manager_unittest.cc b/chromeos/components/tether/ble_connection_manager_unittest.cc
index fc9f4e2ae444a081cbe7c4ba64cdf1376930c821..b18e5ef5f6602de0538ef02351761d6bd8a806be 100644
--- a/chromeos/components/tether/ble_connection_manager_unittest.cc
+++ b/chromeos/components/tether/ble_connection_manager_unittest.cc
@@ -272,7 +272,7 @@ class BleConnectionManagerTest : public testing::Test {
mock_adapter_, device::BluetoothUUID(std::string(kGattServerUuid)),
mock_bluetooth_throttler_.get()));
cryptauth::weave::BluetoothLowEnergyWeaveClientConnection::Factory::
- SetInstanceForTesting(std::move(fake_connection_factory_));
+ SetInstanceForTesting(fake_connection_factory_.get());
fake_secure_channel_factory_ =
base::WrapUnique(new FakeSecureChannelFactory());
« no previous file with comments | « no previous file | components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698