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

Unified Diff: chrome/browser/signin/easy_unlock_service_regular.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: chrome/browser/signin/easy_unlock_service_regular.cc
diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
index cdc8912f54cdafeacc253b99b646b5dea0a741b6..4ef324176a78e996d8598fcbb984516359d78c10 100644
--- a/chrome/browser/signin/easy_unlock_service_regular.cc
+++ b/chrome/browser/signin/easy_unlock_service_regular.cc
@@ -104,7 +104,7 @@ EasyUnlockServiceRegular::GetProximityAuthPrefManager() {
void EasyUnlockServiceRegular::LoadRemoteDevices() {
if (device_manager_->unlock_keys().empty()) {
- SetProximityAuthDevices(GetAccountId(), proximity_auth::RemoteDeviceList());
+ SetProximityAuthDevices(GetAccountId(), cryptauth::RemoteDeviceList());
return;
}
@@ -119,7 +119,7 @@ void EasyUnlockServiceRegular::LoadRemoteDevices() {
}
void EasyUnlockServiceRegular::OnRemoteDevicesLoaded(
- const proximity_auth::RemoteDeviceList& remote_devices) {
+ const cryptauth::RemoteDeviceList& remote_devices) {
SetProximityAuthDevices(GetAccountId(), remote_devices);
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_regular.h ('k') | chrome/browser/signin/easy_unlock_service_signin_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698