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

Unified Diff: components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc

Issue 2560713002: Move RemoteDevice from //components/proximity_auth to //components/cryptauth so that it can be easi… (Closed)
Patch Set: Add cryptauth dependency. Created 4 years 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
Index: components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
index d4c6a7a93cf143010a7766833ac32a4b31ad1faf..1e7de73ac3a623a1924ef1dbaf007b5b601a121c 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
@@ -37,7 +37,7 @@ const int kMinDiscoveryRSSI = -90;
class BluetoothThrottler;
BluetoothLowEnergyConnectionFinder::BluetoothLowEnergyConnectionFinder(
- const RemoteDevice remote_device,
+ const cryptauth::RemoteDevice remote_device,
const std::string& remote_service_uuid,
FinderStrategy finder_strategy,
const BluetoothLowEnergyDeviceWhitelist* device_whitelist,

Powered by Google App Engine
This is Rietveld 408576698