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

Unified Diff: chrome/browser/signin/easy_unlock_service.h

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.h
diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
index c9bac4dbee67e601ef03b9d448edb616d2abd3f2..2446d75a0f44b5a7257d6559cdb181d710ecc6e4 100644
--- a/chrome/browser/signin/easy_unlock_service.h
+++ b/chrome/browser/signin/easy_unlock_service.h
@@ -18,8 +18,8 @@
#include "chrome/browser/signin/easy_unlock_auth_attempt.h"
#include "chrome/browser/signin/easy_unlock_metrics.h"
#include "chrome/browser/signin/easy_unlock_screenlock_state_handler.h"
+#include "components/cryptauth/remote_device.h"
#include "components/keyed_service/core/keyed_service.h"
-#include "components/proximity_auth/remote_device.h"
#include "components/proximity_auth/screenlock_state.h"
#if defined(OS_CHROMEOS)
@@ -303,7 +303,7 @@ class EasyUnlockService : public KeyedService {
// are loaded for |account_id|.
void SetProximityAuthDevices(
const AccountId& account_id,
- const proximity_auth::RemoteDeviceList& remote_devices);
+ const cryptauth::RemoteDeviceList& remote_devices);
private:
// A class to detect whether a bluetooth adapter is present.

Powered by Google App Engine
This is Rietveld 408576698